]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/src/CLoggerConsole.hh
* code cleanup
[helm.git] / helm / DEVEL / mathml_editor / src / CLoggerConsole.hh
1
2 #ifndef __CLoggerConsole_hh__
3 #define __CLoggerConsole_hh__
4
5 #include "ALogger.hh"
6
7 class CLoggerConsole : public ALogger
8 {
9 public:
10   CLoggerConsole(void) { };
11
12 protected:
13   virtual void message(Level, const std::string&);
14 };
15
16 #endif // __CLoggerConsole_hh__