Overte C++ Documentation
LogUtils.h
1 //
2 // LogUtils.h
3 // libraries/shared/src
4 //
5 // Created by Ryan Huffman on 09/03/14.
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_LogUtils_h
13 #define hifi_LogUtils_h
14 
15 class LogUtils {
16 public:
17  static void init();
18 };
19 
20 #endif // hifi_LogUtils_h