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.