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