Automattic\WooCommerce\EmailEditor\Engine\Logger

Email_Editor_Logger_Interface::infopublicWC 1.0

Interesting 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->info( $message, $context ): void;
$message(string) (required)
The log message.
$context(array)
The log context.
Default: array()

Email_Editor_Logger_Interface::info() code WC 10.5.0

public function info( string $message, array $context = array() ): void;