git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@718
270642c3-0616-0410-b53a-bc976706d245
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