LogLevel

Log output level.

Enumerations

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