Go to the source code of this file.
|
| enum class | LogLevel {
IPC = -2
, Print = -1
, Fatal
, Error
,
Warning
, Note
, Info
, Debug
,
Debug1
, Debug2
, Debug3
, Debug4
,
Debug5
} |
| | Log levels. More...
|
◆ LogLevel
Log levels.
The logging priority levels in order of highest to lowest priority.
| Enumerator |
|---|
| IPC | For IPC Messages the gui must see, remove when IPC works proper.
|
| Print | For print only (no file or time).
|
| Fatal | For fatal errors.
|
| Error | For serious errors.
|
| Warning | For minor errors and warnings.
|
| Note | For messages about notable events.
|
| Info | For informational messages.
|
| Debug | For important debugging messages.
|
| Debug1 | For verbosity +1 debugging messages.
|
| Debug2 | For verbosity +2 debugging messages.
|
| Debug3 | For verbosity +3 debugging messages.
|
| Debug4 | For verbosity +4 debugging messages.
|
| Debug5 | For verbosity +5 debugging messages.
|