Automattic\WooCommerce\EmailEditor\Engine\Logger

Email_Editor_Logger_Interface::debugpublicWC 1.0

Detailed debug information.

Метод класса: Email_Editor_Logger_Interface{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Email_Editor_Logger_Interface = new Email_Editor_Logger_Interface();
$Email_Editor_Logger_Interface->debug( $message, $context ): void;
$message(строка) (обязательный)
The log message.
$context(массив)
The log context.
По умолчанию: array()

Код Email_Editor_Logger_Interface::debug() WC 10.8.1

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