// // EntityScriptServerLogging.h // assignment-client/src/scripts // // Created by Clement on 2/2/17. // Copyright 2015 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_EntityScriptServerLogging_h #define hifi_EntityScriptServerLogging_h #include Q_DECLARE_LOGGING_CATEGORY(entity_script_server) #endif // hifi_EntityScriptServerLogging_h