Overte C++ Documentation
InterfaceLogging.h
1 //
2 // InterfaceLogging.h
3 // interface/src
4 //
5 // Created by Seth Alves on 4/6/15.
6 // Copyright 2014 High Fidelity, Inc.
7 //
8 // Distributed under the Apache License, Version 2.0.
9 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
10 //
11 
12 #ifndef hifi_InterfaceLogging_h
13 #define hifi_InterfaceLogging_h
14 
15 #include <QLoggingCategory>
16 
17 Q_DECLARE_LOGGING_CATEGORY(interfaceapp)
18 Q_DECLARE_LOGGING_CATEGORY(interfaceapp_timing)
19 Q_DECLARE_LOGGING_CATEGORY(interfaceapp_deadlock)
20 
21 #endif // hifi_InterfaceLogging_h