Automattic\WooCommerce\EmailEditor\Engine\Logger
Email_Editor_Logger_Interface::notice
Normal but significant events.
Method of the class: Email_Editor_Logger_Interface{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Email_Editor_Logger_Interface = new Email_Editor_Logger_Interface(); $Email_Editor_Logger_Interface->notice( $message, $context ): void;
- $message(string) (required)
- The log message.
- $context(array)
- The log context.
Default:array()
Email_Editor_Logger_Interface::notice() Email Editor Logger Interface::notice code WC 10.5.0
public function notice( string $message, array $context = array() ): void;