#include <QtCore/private/qglobal_p.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qlist.h>
#include <QtCore/qhash.h>
#include <QtCore/qmap.h>
#include <QtCore/qmutex.h>
#include <QtCore/qstring.h>
#include <QtCore/qtextstream.h>
Go to the source code of this file.
◆ Q_LOGGING_CATEGORY_WITH_ENV_OVERRIDE
#define Q_LOGGING_CATEGORY_WITH_ENV_OVERRIDE |
( |
|
name, |
|
|
|
env, |
|
|
|
categoryName |
|
) |
| |
Value:
{ \
static constexpr char cname[] = categoryName; \
static_assert(cname[0] == 'q' && cname[1] == 't' && cname[2] == '.' \
&& cname[4] != '\0', "Category name must start with 'qt.'"); \
}
const QLoggingCategory & category()
[1]
Definition at line 31 of file qloggingregistry_p.h.
◆ Q_DECLARE_TYPEINFO()