X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FIOStreamTarget.hh;h=ff66dff14eeee5c448f62d35d281656cc23b6a7e;hb=84f14a42f9993e186c7897ce0db021300e0a2d48;hp=229ab6309c4614537327adbf81aa4bb8d2880c6b;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;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: