mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-26 02:55:25 +02:00
Add model-baker logging category
This commit is contained in:
parent
ec748c60cf
commit
b021c3c46d
2 changed files with 33 additions and 0 deletions
14
libraries/model-baker/src/model-baker/ModelBakerLogging.cpp
Normal file
14
libraries/model-baker/src/model-baker/ModelBakerLogging.cpp
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
//
|
||||||
|
// ModelBakerLogging.cpp
|
||||||
|
// libraries/baker/src/baker
|
||||||
|
//
|
||||||
|
// Created by Sabrina Shanman on 2018/12/12.
|
||||||
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
|
//
|
||||||
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
//
|
||||||
|
|
||||||
|
#include "ModelBakerLogging.h"
|
||||||
|
|
||||||
|
Q_LOGGING_CATEGORY(model_baker, "hifi.model_baker")
|
19
libraries/model-baker/src/model-baker/ModelBakerLogging.h
Normal file
19
libraries/model-baker/src/model-baker/ModelBakerLogging.h
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
//
|
||||||
|
// ModelBakerLogging.h
|
||||||
|
// libraries/baker/src/baker
|
||||||
|
//
|
||||||
|
// Created by Sabrina Shanman on 2018/12/06.
|
||||||
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
|
//
|
||||||
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifndef hifi_ModelBakerLogging_h
|
||||||
|
#define hifi_ModelBakerLogging_h
|
||||||
|
|
||||||
|
#include <QLoggingCategory>
|
||||||
|
|
||||||
|
Q_DECLARE_LOGGING_CATEGORY(model_baker)
|
||||||
|
|
||||||
|
#endif // hifi_ModelBakerLogging_h
|
Loading…
Reference in a new issue