|
Albert
|
Go to the source code of this file.
Macros | |
| #define | ALBERT_LOGGING_CATEGORY(name) Q_LOGGING_CATEGORY(AlbertLoggingCategory, "albert." name) |
| Defines the logging category with the name name. | |
| #define | DEBG qCDebug(AlbertLoggingCategory,).noquote() |
| Creates a log object (level debug) you can use to pipe text into (<<). | |
| #define | INFO qCInfo(AlbertLoggingCategory,).noquote() |
| Creates a log object (level info) you can use to pipe text into (<<). | |
| #define | WARN qCWarning(AlbertLoggingCategory,).noquote() |
| Creates a log object (level warning) you can use to pipe text into (<<). | |
| #define | CRIT qCCritical(AlbertLoggingCategory,).noquote() |
| Creates a log object (level critial) you can use to pipe text into (<<). | |
| #define ALBERT_LOGGING_CATEGORY | ( | name | ) | Q_LOGGING_CATEGORY(AlbertLoggingCategory, "albert." name) |
Defines the logging category with the name name.
| #define CRIT qCCritical(AlbertLoggingCategory,).noquote() |
Creates a log object (level critial) you can use to pipe text into (<<).
| #define DEBG qCDebug(AlbertLoggingCategory,).noquote() |
Creates a log object (level debug) you can use to pipe text into (<<).
| #define INFO qCInfo(AlbertLoggingCategory,).noquote() |
Creates a log object (level info) you can use to pipe text into (<<).
| #define WARN qCWarning(AlbertLoggingCategory,).noquote() |
Creates a log object (level warning) you can use to pipe text into (<<).