trance() static public method

日志保存
static public trance ( $message, string $destination = '', $level = 'ERR', integer $type = 3, string $extra = '' ) : void
$destination string 写入目标
$type integer 日志记录方式
$extra string 额外参数
return void
Example #1
0
function logs($message, $destination = '', $level = 'DEBUG')
{
    Log::trance($message, $destination, $level);
}