web / lib/logger / LogLevel
Variable: LogLevel
const
LogLevel:object
Type declaration
TRACE
readonly
TRACE:"trace"
="trace"
DEBUG
readonly
DEBUG:"debug"
="debug"
INFO
readonly
INFO:"info"
="info"
WARN
readonly
WARN:"warn"
="warn"
ERROR
readonly
ERROR:"error"
="error"
FATAL
readonly
FATAL:"fatal"
="fatal"