voxelTerrain
 All Classes Functions Variables Typedefs Enumerations Pages
system.hpp
1 #ifndef BLUB_LOG_SYSTEM_HPP
2 #define BLUB_LOG_SYSTEM_HPP
3 
4 #include "blub/core/predecl.hpp"
5 #include "blub/log/predecl.hpp"
6 
7 
8 
9 namespace blub
10 {
11 namespace log
12 {
13  class system
14  {
15  public:
16  static void addFile(const blub::string &file);
17  static void addConsole();
18 
19  };
20 }
21 }
22 
23 
24 #endif // BLUB_LOG_SYSTEM_HPP
Definition: system.hpp:13
Definition: string.hpp:22
Definition: deadlineTimer.hpp:10