unsigned AdvancedLogOptionSet
Additional options to control log information.
LogLevels::Enum LogLevel
Log level alias.
Additional options to control log information.
Enum
Additional options to control log information.
@ LocalTime
Use local time instead of UTC.
@ LogNothing
Nothing except standard information must be logged.
@ Default
Default log settings.
@ TraceToFile
Trace to the log file.
@ RotateOnRestart
Rotate log file on restart of the Handler.
static std::string toString(Enum state)
Returns string representation of a state.
@ Info
Information messages.
@ Fatal
Fatal error, cannot continue.
@ Warning
User or logic error, just say about it.
@ Error
System error, but we can go on.
@ Debug
Used for debugging.
static const char * toString(Enum state)
Returns string representation of a state.