1// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include "corelogging_p.h"
5
6QT_BEGIN_NAMESPACE
7
8namespace Qt3DCore {
9
10Q_LOGGING_CATEGORY(Nodes, "Qt3D.Core.Nodes", QtWarningMsg);
11Q_LOGGING_CATEGORY(Aspects, "Qt3D.Core.Aspects", QtWarningMsg);
12Q_LOGGING_CATEGORY(Resources, "Qt3D.Core.Resources", QtWarningMsg);
13Q_LOGGING_CATEGORY(ChangeArbiter, "Qt3D.Core.ChangeArbiter", QtWarningMsg);
14
15} // Qt3D
16
17QT_END_NAMESPACE
18

source code of qt3d/src/core/corelogging.cpp