日志接口
日志接口
系统日志接口的封装模块。 提供一下函数:
log
日志接口(内部接口)
函数原型
function logger:log(level, ...)
endtrace
输出trace等级日志
函数原型
function logger:trace(...)
enddebug
输出调试等级日志
函数原型
function logger:debug(...)
endinfo
输出信息等级日志
函数原型
function logger:info(...)
endnotice
输出通知等级日志
函数原型
function logger:notice(...)
endwarning
输出警告等级日志
函数原型
function logger:warning(...)
enderror
输出错误等级日志
函数原型
function logger:error(...)
endLast updated
Was this helpful?