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, and INFO levels. Recommended log filter level.
LOG_LEVEL_WARN
(0x0002): Outputs logs at FATAL, ERROR, and WARN levels.
LOG_LEVEL_ERROR
(0x0004): Outputs logs at FATAL and ERROR levels.
LOG_LEVEL_FATAL
(0x0008): Outputs logs at FATAL level.
LOG_LEVEL_API_CALL
(0x0010): Outputs logs related to API calls.
LOG_LEVEL_DEBUG
(0x0020): Outputs logs at debug level.