Variable: LogLevel
constLogLevel:object
Defined in: src/types/interfaces/logger.interface.ts:20
Log level values.
Type declaration
DEBUG
readonlyDEBUG:"debug"='debug'
ERROR
readonlyERROR:"error"='error'
INFO
readonlyINFO:"info"='info'
WARN
readonlyWARN:"warn"='warn'
Remarks
Use LogLevel.DEBUG, LogLevel.INFO, etc. or string literals.