Public Types | |
enum | Enum |
Static Public Member Functions | |
static std::string | toString (Enum state) |
Definition at line 49 of file LogSettings.h.
enum Enum |
Additional options to control log information.
Enumerator | ||
---|---|---|
LogNothing | 0x00 | Nothing except standard information must be logged. |
TraceToFile | 0x01 | Trace to the log file. |
TraceToConsole | 0x02 | Trace to the console.
|
Async | 0x04 | Enable asynchronous logging.
|
LocalTime | 0x40 | Use local time instead of UTC. |
RotateOnRestart | 0x80 | Rotate log file on restart of the Handler. |
Default | TraceToFile | Default log settings. |
Definition at line 52 of file LogSettings.h.
|
static |
Returns string representation of a state.