LogLevel
The output log level of the SDK.
Enumerator
- LogLevelNone
- 0: Do not output any log information.
- LogLevelInfo
- 0x0001: (Default) Output
FATAL,ERROR,WARN, andINFOlevel log information. We recommend setting your log filter to this level. - LogLevelWarn
- 0x0002: Output
FATAL,ERROR, andWARNlevel log information. - LogLevelError
- 0x0004: Output
FATALandERRORlevel log information. - LogLevelFatal
- 0x0008: Output
FATALlevel log information.