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

source code of qt3d/src/animation/animationlogging.cpp