X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FIOStreamTarget.hh;fp=senf%2FUtils%2FLogger%2FIOStreamTarget.hh;h=ff66dff14eeee5c448f62d35d281656cc23b6a7e;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=229ab6309c4614537327adbf81aa4bb8d2880c6b;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Utils/Logger/IOStreamTarget.hh b/senf/Utils/Logger/IOStreamTarget.hh index 229ab63..ff66dff 100644 --- a/senf/Utils/Logger/IOStreamTarget.hh +++ b/senf/Utils/Logger/IOStreamTarget.hh @@ -44,9 +44,9 @@ namespace log { \verbatim [][] \endverbatim The \e area will be omitted if it is \c senf::log::DefaultArea. - + \warning The class keeps a reference to the passed stream. - + \ingroup targets */ class IOStreamTarget @@ -68,10 +68,10 @@ namespace log { using detail::LogFormat::showArea; using detail::LogFormat::timeFormat; using detail::LogFormat::tag; - + protected: - void v_write(time_type timestamp, std::string const & stream, - std::string const & area, unsigned level, + void v_write(time_type timestamp, std::string const & stream, + std::string const & area, unsigned level, std::string const & message); private: