LogLevel
Log output level.
Enumerations
- LogLevelNone
- 0: No log output.
- LogLevelInfo
- 0x0001: (Default) Outputs logs at
FATAL,ERROR,WARN, andINFOlevels. It is recommended to set the log level to this. - LogLevelWarn
- 0x0002: Outputs logs at
FATAL,ERROR, andWARNlevels only. - LogLevelError
- 0x0004: Outputs logs at
FATALandERRORlevels only. - LogLevelFatal
- 0x0008: Outputs logs at
FATALlevel only.