Cml\Interfaces\Logger::debug PHP Method

debug() public method

debug 详情
public debug ( string $message, array $context = [] ) : null
$message string 要记录到log的信息
$context array 上下文信息
return null
    public function debug($message, array $context = []);