LogLevelConst

LogLevelConst ⇐ Const

Kind: global class
Extends: Const

LogLevelConst()

Enumeration of logging level types.

DEBUG : number

Kind: static constant of LogLevelConst
Default: 0

INFO : number

Kind: static constant of LogLevelConst
Default: 1

WARN : number

Kind: static constant of LogLevelConst
Default: 2

ERROR : number

Kind: static constant of LogLevelConst
Default: 3

NONE : number

Kind: static constant of LogLevelConst
Default: 4