LogLevel
SDK output log levels.
Enumerations
- LOG_LEVEL_NONE
- (0x0000): Log level NONE, used to disable all log output.
- LOG_LEVEL_INFO
- (0x0001): (Default) Log level INFO, outputs logs of levels
FATAL,ERROR,WARN, andINFO. It is recommended to set the log filter to this level. - LOG_LEVEL_WARN
- (0x0002): Log level WARN, outputs logs of levels
FATAL,ERROR, andWARN. - LOG_LEVEL_ERROR
- (0x0004): Log level ERROR, outputs logs of levels
FATALandERROR. - LOG_LEVEL_FATAL
- (0x0008): Log level FATAL, outputs only
FATALlevel logs.