LOG_FILTER_TYPE

The output log level of the SDK.

Enumerator

LOG_FILTER_OFF
0: Do not output any log information.
LOG_FILTER_DEBUG
0x080f: Output all log information. Set your log filter to this level if you want to get the most complete log file.
LOG_FILTER_INFO
0x000f: Output LOG_FILTER_CRITICAL, LOG_FILTER_ERROR, LOG_FILTER_WARN, and LOG_FILTER_INFO level log information. We recommend setting your log filter to this level.
LOG_FILTER_WARN
0x000e: Output LOG_FILTER_CRITICAL, LOG_FILTER_ERROR, and LOG_FILTER_WARN level log information.
LOG_FILTER_ERROR
0x000c: Output LOG_FILTER_CRITICAL and LOG_FILTER_ERROR level log information.
LOG_FILTER_CRITICAL
0x0008: Output LOG_FILTER_CRITICAL level log information.