LOG_LEVEL
Log output level.
Enumerations
- LOG_LEVEL_NONE
- 0: Do not output any logs.
- LOG_LEVEL_INFO
- 0x0001: (Default) Output logs at
FATAL,ERROR,WARN, andINFOlevels. It is recommended to set the log level to this value. - LOG_LEVEL_WARN
- 0x0002: Output only
FATAL,ERROR, andWARNlevel logs. - LOG_LEVEL_ERROR
- 0x0004: Output only
FATALandERRORlevel logs. - LOG_LEVEL_FATAL
- 0x0008: Output only
FATALlevel logs.