Overte C++ Documentation
AssetServerLogging.h
1 //
2 // AssetServerLogging.h
3 // assignment-client/src/assets
4 //
5 // Created by Clement Brisset on 8/9/17.
6 // Copyright 2017 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_AssetServerLogging_h
13 #define hifi_AssetServerLogging_h
14 
15 #include <QLoggingCategory>
16 
17 Q_DECLARE_LOGGING_CATEGORY(asset_server)
18 
19 #endif // hifi_AssetServerLogging_h