Definition at line 31 of file LogSettings.h.
◆ Enum
| Enumerator |
|---|
| Error | 0 | A serious error that prevents normal execution.
|
| Warning | 1 | A potentially harmful situation that deserves attention.
|
| Info | 2 | General informational messages about normal operation.
|
| Trace | 3 | Fine-grained events for tracing control flow and state.
|
| Debug | 4 | Detailed diagnostic information useful during development and testing.
|
| Max | Debug | The most verbose level.
|
Definition at line 33 of file LogSettings.h.
◆ parse()
| Enum parse |
( |
const std::string & | value | ) |
|
|
static |
Parses a log level from its textual representation.
◆ toString()
| std::string toString |
( |
Enum | type | ) |
|
|
static |
- Returns
- a string that represents the given value.