Automattic\WooCommerce\EmailEditor\Engine\Logger
Email_Editor_Logger_Interface::warning
Exceptional occurrences that are not errors.
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->warning( $message, $context ): void;
- $message(string) (required)
- The log message.
- $context(array)
- The log context.
Default:array()
Email_Editor_Logger_Interface::warning() Email Editor Logger Interface::warning code WC 10.8.1
public function warning( string $message, array $context = array() ): void;