logog
logger optimized for games
logog.hpp
Go to the documentation of this file.
1 
5 #ifndef __LOGOG_HPP__
6 #define __LOGOG_HPP__
7 
12 // #define LOGOG_UNICODE 1
13 
14 #include "const.hpp"
15 #include "platform.hpp"
16 #include "statics.hpp"
17 #include "object.hpp"
18 #include "timer.hpp"
19 #include "mutex.hpp"
20 #include "string.hpp"
21 #include "node.hpp"
22 #include "topic.hpp"
23 #include "formatter.hpp"
24 #include "target.hpp"
25 // #include "socket.hpp"
26 #include "checkpoint.hpp"
27 #include "api.hpp"
28 #include "message.hpp"
29 #include "macro.hpp"
30 #include "thread.hpp"
31 #include "unittest.hpp"
32 
33 #endif // __LOGOG_HPP_