Definition at line 31 of file LogSettings.h.
◆ Enum
Enumerator |
---|
Fatal | Fatal error, cannot continue.
|
Error | System error, but we can go on.
|
Warning | User or logic error, just say about it.
|
Info | Information messages.
|
Trace | Used for tracing.
|
Debug | Used for debugging.
|
Definition at line 33 of file LogSettings.h.
◆ deserialize()
Enum deserialize |
( |
const char * | | ) |
|
|
static |
Deserializes constant from string representation.
◆ toString()
const char * toString |
( |
Enum | state | ) |
|
|
static |
Returns string representation of a state.