Const CLOSE CLOSE: 5 = 5关闭所有日志
Const
Const DEBUG DEBUG: 1 = 1debug 级别
Const ERROR ERROR: 4 = 4error 级别
Const INFO INFO: 2 = 2info 级别
Const WARN WARN: 3 = 3warn 级别
debug打印 debug 日志
debug(msg: string, tag?: string, userId?: UserId, args: any[]): void
参数
返回
error打印 error 日志
error(msg: string, tag?: string, userId?: UserId, args: any[]): void
fatal致命错误,中断程序
fatal(code: number, name?: string, message?: string): void
info打印 info 日志
info(msg: string, tag?: string, userId?: UserId, args: any[]): void
setLevel设置日志输出级别
setLevel(level: number): void
warn打印 warn 日志
warn(msg: string, tag?: string, userId?: UserId, args: any[]): void
Const LogMap▪ LogMap: object
Web
Index
Variables
Functions
Object literals
Variables
Const
CLOSE CLOSE: 5 = 5关闭所有日志
Const
DEBUG DEBUG: 1 = 1debug 级别
Const
ERROR ERROR: 4 = 4error 级别
Const
INFO INFO: 2 = 2info 级别
Const
WARN WARN: 3 = 3warn 级别
Functions
debug
打印 debug 日志
参数
返回
error
打印 error 日志
参数
返回
fatal
致命错误,中断程序
参数
返回
info
打印 info 日志
参数
返回
setLevel
设置日志输出级别
参数
返回
warn
打印 warn 日志
参数
返回
Object literals
Const
LogMap▪ LogMap: object