WC_Logger_Interface::debug()publicWC 1.0

Adds a debug level message.

Detailed debug information.

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

Хуков нет.

Возвращает

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

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

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

Код WC_Logger_Interface::debug() WC 8.7.0

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