YAPOG  0.0.1
Yet Another Pokemon Online Game
TimeLoggerMode.cpp
Go to the documentation of this file.
3 
4 namespace yap
5 {
7  : LoggerMode ()
8  {
9  }
10 
12  {
13  }
14 
16  {
17  oStream << "["
19  << "] ";
20 
21  return oStream;
22  }
23 
25  {
26  return oStream;
27  }
28 } // namespace yap