LOG_LEVEL
Sets the SDK log output level.
Enumerations
- LOG_LEVEL_NONE
- (0x0000): Outputs no log information.
- LOG_LEVEL_INFO
- (0x0001): (Default) Outputs logs at
FATAL,ERROR,WARN, andINFOlevels. Recommended log filter level. - LOG_LEVEL_WARN
- (0x0002): Outputs logs at
FATAL,ERROR, andWARNlevels. - LOG_LEVEL_ERROR
- (0x0004): Outputs logs at
FATALandERRORlevels. - LOG_LEVEL_FATAL
- (0x0008): Outputs logs at
FATALlevel. - LOG_LEVEL_API_CALL
- (0x0010): Outputs logs related to API calls.
- LOG_LEVEL_DEBUG
- (0x0020): Outputs logs at debug level.