IOStreamTarget: added loglevel to output
tho [Fri, 29 Feb 2008 13:08:45 +0000 (13:08 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@718 270642c3-0616-0410-b53a-bc976706d245

Utils/Logger/IOStreamTarget.hh

index 1d976cf..54c8d06 100644 (file)
@@ -41,10 +41,10 @@ namespace log {
 
         This target will write %log messages to an arbitrary std::ostream in the format
         <pre>
-        <date> [<area>] <message>
+        <date> [<area>][<level>] <message>
         </pre>
 
-        The \e area will be omitted it it is \c senf::log::DefaultArea.
+        The \e area will be omitted if it is \c senf::log::DefaultArea.
         
         The date formatting is set using the Boost.DateTime date_facet, e.g.:
         \code