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