]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/CLoggerConsole.hh
* code cleanup
[helm.git] / helm / DEVEL / mathml_editor / src / CLoggerConsole.hh
diff --git a/helm/DEVEL/mathml_editor/src/CLoggerConsole.hh b/helm/DEVEL/mathml_editor/src/CLoggerConsole.hh
new file mode 100644 (file)
index 0000000..a4da0d0
--- /dev/null
@@ -0,0 +1,16 @@
+
+#ifndef __CLoggerConsole_hh__
+#define __CLoggerConsole_hh__
+
+#include "ALogger.hh"
+
+class CLoggerConsole : public ALogger
+{
+public:
+  CLoggerConsole(void) { };
+
+protected:
+  virtual void message(Level, const std::string&);
+};
+
+#endif // __CLoggerConsole_hh__