LogLevel

Log output level.

Enumerations

LogLevelNone
0: Do not output any logs.
LogLevelInfo
0x0001: (Default) Outputs logs of FATAL, ERROR, WARN, and INFO levels. It is recommended to set the log level to this level.
LogLevelWarn
0x0002: Outputs only logs of FATAL, ERROR, and WARN levels.
LogLevelError
0x0004: Outputs only logs of FATAL and ERROR levels.
LogLevelFatal
0x0008: Outputs only logs of FATAL level.