Add model-baker logging category

This commit is contained in:
sabrina-shanman 2018-12-07 15:49:59 -08:00
parent ec748c60cf
commit b021c3c46d
2 changed files with 33 additions and 0 deletions

View 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")

View 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