WC_Logger_Interface::notice
Adds a notice level message.
Normal but significant events.
Method of the class: WC_Logger_Interface{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Logger_Interface = new WC_Logger_Interface(); $WC_Logger_Interface->notice( $message, $context );
- $message(string) (required)
- Log message.
- $context(array)
- Additional information for log handlers.
Default:array()
WC_Logger_Interface::notice() WC Logger Interface::notice code WC 10.7.0
public function notice( $message, $context = array() );