LogLevel
The output log level of the SDK.
Enumerator
- LOG_LEVEL_NONE
- 0: Do not output any log information.
- LOG_LEVEL_INFO
- 0x0001: (Default) Output
FATAL
,ERROR
,WARN
, andINFO
level log information. We recommend setting your log filter to this level. - LOG_LEVEL_WARN
- 0x0002: Output
FATAL
,ERROR
, andWARN
level log information. - LOG_LEVEL_ERROR
- 0x0004: Output
FATAL
andERROR
level log information. - LOG_LEVEL_FATAL
- 0x0008: Output
FATAL
level log information.