Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static std::string | toString (Enum state) |
Definition at line 54 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. |
| Default | TraceToFile | Default log settings. |
Definition at line 57 of file LogSettings.h.
|
static |
Returns string representation of a state.