IOStreamTarget: added loglevel to output
[senf.git] / Utils / Logger / IOStreamTarget.hh
index 84e66fc..1d976cf 100644 (file)
@@ -82,9 +82,9 @@ namespace log {
                      std::string const & message);
 
         std::ostream & stream_;
+        static char const * const LEVELNAMES_[8];
     };
 
-
 }}
 
 ///////////////////////////////hh.e////////////////////////////////////////