LogFilterType
The output log level of the SDK.
Enumerator
- LogFilterOff
- 0: Do not output any log information.
- LogFilterDebug
- 0x080f: Output all log information. Set your log filter to this level if you want to get the most complete log file.
- LogFilterInfo
- 0x000f: Output LogFilterCritical, LogFilterError, LogFilterWarn, and LogFilterInfo level log information. We recommend setting your log filter to this level.
- LogFilterWarn
- 0x000e: Output LogFilterCritical, LogFilterError, and LogFilterWarn level log information.
- LogFilterError
- 0x000c: Output LogFilterCritical and LogFilterError level log information.
- LogFilterCritical
- 0x0008: Output LogFilterCritical level log information.