Public Types | |
enum | Enum |
Log level.
Definition at line 33 of file LogSettings.h.
enum 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 message. |
Trace | Used for tracing, usually including functions' names and args. |
Debug | Used for debugging. |
Definition at line 35 of file LogSettings.h.