| 1 | // Copyright (C) 2025 The Qt Company Ltd. |
|---|---|
| 2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
| 3 | |
| 4 | #include "qgraphs3dlogging_p.h" |
| 5 | |
| 6 | |
| 7 | QT_BEGIN_NAMESPACE |
| 8 | |
| 9 | Q_LOGGING_CATEGORY(lcGraphs3D, "qt.graphs3d.general") |
| 10 | Q_LOGGING_CATEGORY(lcSeries3D, "qt.graphs3d.series") |
| 11 | Q_LOGGING_CATEGORY(lcProperties3D, "qt.graphs3d.properties") |
| 12 | Q_LOGGING_CATEGORY(lcEvents3D, "qt.graphs3d.events") |
| 13 | Q_LOGGING_CATEGORY(lcInput3D, "qt.graphs3d.inputEvents") |
| 14 | Q_LOGGING_CATEGORY(lcCritical3D, "qt.graphs3d.critical") |
| 15 | Q_LOGGING_CATEGORY(lcAxis3D, "qt.graphs3d.axis.general") |
| 16 | Q_LOGGING_CATEGORY(lcAProperties3D, "qt.graphs3d.axis.properties") |
| 17 | |
| 18 | QT_END_NAMESPACE |
| 19 | |
| 20 |
