X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FIOStreamTarget.hh;h=1df363193778ff22b7a004eb682fedae4980fbc4;hb=28275a1a9075ae42dc29aaadc5bc78e6fa204e26;hp=94f999948c2f7a3e0440db9592e1112306d4273f;hpb=8cc565c01abff7d88fb3bf50f87222f9cad1e9f7;p=senf.git diff --git a/Utils/Logger/IOStreamTarget.hh b/Utils/Logger/IOStreamTarget.hh index 94f9999..1df3631 100644 --- a/Utils/Logger/IOStreamTarget.hh +++ b/Utils/Logger/IOStreamTarget.hh @@ -43,6 +43,8 @@ namespace log {
          [] 
         
+ + The \e area will be omitted it it is \c senf::log::DefaultArea. The date formatting is set using the Boost.DateTime date_facet, e.g.: \code @@ -55,7 +57,9 @@ namespace log { \warning The class keeps a reference to the passed stream. \note This class will permanently and globally change the date formating of the given - stream. + stream if no \c boost::posix_time::time_facet has been set. + + \ingroup targets */ class IOStreamTarget : public Target