LOG_LEVELS
OCP App SDK / LOG_LEVELS
Variable: LOG_LEVELS
const
LOG_LEVELS:object
Defined in: src/logging/Logger.ts:63
Type declaration
1
1:
string
='debug'
2
2:
string
='info'
3
3:
string
='warn'
4
4:
string
='error'
5
5:
string
='NEVER'
Updated 3 days ago