IOStreamTarget: added loglevel to output
[senf.git] / Utils / Logger / IOStreamTarget.hh
index 1df3631..1d976cf 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer NETwork research (NET)
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -37,9 +37,9 @@
 namespace senf {
 namespace log {
 
-    /** \brief Write log messages to arbitrary std::ostream
+    /** \brief Write %log messages to arbitrary std::ostream
 
-        This target will write log messages to an arbitrary std::ostream in the format
+        This target will write %log messages to an arbitrary std::ostream in the format
         <pre>
         <date> [<area>] <message>
         </pre>
@@ -82,9 +82,9 @@ namespace log {
                      std::string const & message);
 
         std::ostream & stream_;
+        static char const * const LEVELNAMES_[8];
     };
 
-
 }}
 
 ///////////////////////////////hh.e////////////////////////////////////////