summaryrefslogtreecommitdiffstats
path: root/src/core/corelogging.cpp
blob: df3cd7aedc7dc58732fb9cdbed169e2720a4a374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#include "corelogging_p.h"

QT_BEGIN_NAMESPACE

namespace Qt3DCore {

Q_LOGGING_CATEGORY(Nodes, "Qt3D.Core.Nodes", QtWarningMsg);
Q_LOGGING_CATEGORY(Aspects, "Qt3D.Core.Aspects", QtWarningMsg);
Q_LOGGING_CATEGORY(Resources, "Qt3D.Core.Resources", QtWarningMsg);
Q_LOGGING_CATEGORY(ChangeArbiter, "Qt3D.Core.ChangeArbiter", QtWarningMsg);

} // Qt3D

QT_END_NAMESPACE