X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FIOStreamTarget.hh;h=b70f02db0dc29c4d8bdbb41f886c9e0ef9931f51;hb=e9816d699770dea77c989c97ef53bf2266ce7b6b;hp=229ab6309c4614537327adbf81aa4bb8d2880c6b;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Logger/IOStreamTarget.hh b/senf/Utils/Logger/IOStreamTarget.hh index 229ab63..b70f02d 100644 --- a/senf/Utils/Logger/IOStreamTarget.hh +++ b/senf/Utils/Logger/IOStreamTarget.hh @@ -33,7 +33,7 @@ #include "LogFormat.hh" //#include "IOStreamTarget.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace log { @@ -44,23 +44,23 @@ 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 : public Target, private detail::LogFormat { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ IOStreamTarget(std::string const & name, std::ostream & os); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// using detail::LogFormat::showTime; using detail::LogFormat::showStream; @@ -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: @@ -81,7 +81,7 @@ namespace log { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "IOStreamTarget.cci" //#include "IOStreamTarget.ct" //#include "IOStreamTarget.cti"