Overte C++ Documentation
EntityScriptServerLogging.h
1 //
2 // EntityScriptServerLogging.h
3 // assignment-client/src/scripts
4 //
5 // Created by Clement on 2/2/17.
6 // Copyright 2015 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_EntityScriptServerLogging_h
13 #define hifi_EntityScriptServerLogging_h
14 
15 #include <QLoggingCategory>
16 
17 Q_DECLARE_LOGGING_CATEGORY(entity_script_server)
18 
19 #endif // hifi_EntityScriptServerLogging_h