#include <LogLevel.h>
◆ Level
Log levels.
The logging priority levels in order of highest to lowest priority.
| Enumerator |
|---|
| Print | For print only (no file or time).
|
| Fatal | For fatal errors.
|
| Error | For serious errors.
|
| Warning | For minor errors and warnings.
|
| Info | For informational messages.
|
| Debug | For important debugging messages.
|
| Verbose | For verbose debugging messages.
|
◆ fromOption()
◆ logLevelNames()
| QStringList LogLevel::logLevelNames |
( |
| ) |
|
|
inlinestatic |
◆ logLevelOptions()
| QStringList LogLevel::logLevelOptions |
( |
| ) |
|
|
inlinestatic |
◆ toOption() [1/2]
| QString LogLevel::toOption |
( |
const int & | level | ) |
|
|
inlinestatic |
◆ toOption() [2/2]
◆ toString() [1/2]
| QString LogLevel::toString |
( |
const int & | level | ) |
|
|
inlinestatic |
◆ toString() [2/2]
The documentation for this class was generated from the following file: