ManaPHP\LoggerInterface::debug PHP Method

debug() public method

Sends/Writes a debug message to the log
public debug ( string $message, array $context = [] ) : static
$message string
$context array
return static
    public function debug($message, $context = []);