![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qglobal.h>
#include <QtCore/qdebug.h>
Go to the source code of this file.
Classes | |
class | QLoggingCategory |
\inmodule QtCore More... | |
Macros | |
#define | QT_DECLARE_EXPORTED_QT_LOGGING_CATEGORY(name, export_macro) |
#define | Q_DECLARE_LOGGING_CATEGORY(name) |
#define | Q_DECLARE_EXPORTED_LOGGING_CATEGORY(name, export_macro) |
#define | Q_LOGGING_CATEGORY(name, ...) |
#define | Q_STATIC_LOGGING_CATEGORY(name, ...) |
#define | QT_MESSAGE_LOGGER_COMMON(category, level) |
#define | qCDebug(category, ...) |
#define | qCInfo(category, ...) |
#define | qCWarning(category, ...) |
#define | qCCritical(category, ...) |
#define | qCFatal(category, ...) |
#define Q_DECLARE_EXPORTED_LOGGING_CATEGORY | ( | name, | |
export_macro ) |
Definition at line 143 of file qloggingcategory.h.
#define Q_DECLARE_LOGGING_CATEGORY | ( | name | ) |
Definition at line 140 of file qloggingcategory.h.
#define Q_LOGGING_CATEGORY | ( | name, | |
... ) |
Definition at line 146 of file qloggingcategory.h.
#define Q_STATIC_LOGGING_CATEGORY | ( | name, | |
... ) |
Definition at line 153 of file qloggingcategory.h.
#define qCCritical | ( | category, | |
... ) |
Definition at line 164 of file qloggingcategory.h.
#define qCDebug | ( | category, | |
... ) |
Definition at line 161 of file qloggingcategory.h.
#define qCFatal | ( | category, | |
... ) |
Definition at line 165 of file qloggingcategory.h.
#define qCInfo | ( | category, | |
... ) |
Definition at line 162 of file qloggingcategory.h.
#define qCWarning | ( | category, | |
... ) |
Definition at line 163 of file qloggingcategory.h.
#define QT_DECLARE_EXPORTED_QT_LOGGING_CATEGORY | ( | name, | |
export_macro ) |
Definition at line 108 of file qloggingcategory.h.
Definition at line 157 of file qloggingcategory.h.