1 | // Copyright (C) 2017 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 "animationlogging_p.h" |
5 | |
6 | QT_BEGIN_NAMESPACE |
7 | |
8 | namespace Qt3DAnimation { |
9 | namespace Animation { |
10 | |
11 | Q_LOGGING_CATEGORY(Backend, "Qt3D.Animation.Backend", QtWarningMsg) |
12 | Q_LOGGING_CATEGORY(Frontend, "Qt3D.Animation.Frontend", QtWarningMsg) |
13 | Q_LOGGING_CATEGORY(Jobs, "Qt3D.Animation.Jobs", QtWarningMsg) |
14 | Q_LOGGING_CATEGORY(HandlerLogic, "Qt3D.Animation.Handler", QtWarningMsg) |
15 | |
16 | } // namespace Animation |
17 | } // namespace Qt3DAnimation |
18 | |
19 | QT_END_NAMESPACE |
20 |