LogLevel
Log output level.
Enumerations
- logLevelNone
- 0: Do not output any logs.
- logLevelInfo
- 0x0001: (Default) Outputs logs of levels
FATAL,ERROR,WARN, andINFO. It is recommended to set the log level to this level. - logLevelWarn
- 0x0002: Outputs only logs of levels
FATAL,ERROR, andWARN. - logLevelError
- 0x0004: Outputs only logs of levels
FATALandERROR. - logLevelFatal
- 0x0008: Outputs only logs of level
FATAL.