Cml\Log::debug PHP Method

debug() public static method

添加debug类型的日志
public static debug ( string $log, array $context = [] ) : boolean
$log string 要记录到log的信息
$context array 上下文信息
return boolean
    public static function debug($log, array $context = [])
    {
        return self::getLogger()->debug($log, $context);
    }