split out octree logging

This commit is contained in:
Seth Alves 2015-04-06 17:05:09 -07:00
parent 91861e9e5a
commit 3efcc3684e
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,14 @@
//
// OctreeLogging.h
// libraries/octree/src
//
// Created by Seth Alves on 4/6/15.
// Copyright 2014 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 "OctreeLogging.h"
Q_LOGGING_CATEGORY(octree, "hifi.octree")

View file

@ -0,0 +1,14 @@
//
// OctreeLogging.h
// libraries/octree/src
//
// Created by Seth Alves on 4/6/15.
// Copyright 2014 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 <QLoggingCategory>
Q_DECLARE_LOGGING_CATEGORY(octree)