Albert
Loading...
Searching...
No Matches
logging.h File Reference

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 (<<).
 

Macro Definition Documentation

◆ ALBERT_LOGGING_CATEGORY

#define ALBERT_LOGGING_CATEGORY (   name)    Q_LOGGING_CATEGORY(AlbertLoggingCategory, "albert." name)

Defines the logging category with the name name.

◆ CRIT

#define CRIT   qCCritical(AlbertLoggingCategory,).noquote()

Creates a log object (level critial) you can use to pipe text into (<<).

◆ DEBG

#define DEBG   qCDebug(AlbertLoggingCategory,).noquote()

Creates a log object (level debug) you can use to pipe text into (<<).

◆ INFO

#define INFO   qCInfo(AlbertLoggingCategory,).noquote()

Creates a log object (level info) you can use to pipe text into (<<).

◆ WARN

#define WARN   qCWarning(AlbertLoggingCategory,).noquote()

Creates a log object (level warning) you can use to pipe text into (<<).