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