Cml\Log::debug PHP Метод

debug() публичный статический Метод

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