Definition at line 63 of file LogSettings.h.
◆ Enum
| Enumerator |
|---|
| TraceToFile | 0x01 | Trace to the log file.
|
| TraceToConsole | 0x02 | Duplicate log messages to console.
- Note
- The highest log level duplicated to the console is LogLevel::Trace
|
| Default | TraceToFile | Default log settings.
|
Definition at line 65 of file LogSettings.h.
◆ parse()
| Enum parse |
( |
std::string | value | ) |
|
|
static |
Parses options from the textual representation.
◆ toString()
| std::string toString |
( |
Enum | type | ) |
|
|
static |
- Returns
- a string that represents the given value.