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, and INFO. It is recommended to set the log filter to this level.
LOG_LEVEL_WARN
(0x0002): Log level WARN, outputs logs of levels FATAL, ERROR, and WARN.
LOG_LEVEL_ERROR
(0x0004): Log level ERROR, outputs logs of levels FATAL and ERROR.
LOG_LEVEL_FATAL
(0x0008): Log level FATAL, outputs only FATAL level logs.