LogLevel

Log output level.

Enumerations

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