X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FIOStreamTarget.hh;h=05f9eee1564abc00068a07fa551df87f3f857233;hb=456ee576285b76aa46240f8001f426757810dcc1;hp=7e4900bae9d373c63e73463392bf9d1ce6e5a6e9;hpb=ff3ba5ab8c5e3a4697783649875c93c74ba38b4d;p=senf.git diff --git a/Utils/Logger/IOStreamTarget.hh b/Utils/Logger/IOStreamTarget.hh index 7e4900b..05f9eee 100644 --- a/Utils/Logger/IOStreamTarget.hh +++ b/Utils/Logger/IOStreamTarget.hh @@ -73,12 +73,11 @@ namespace log { /////////////////////////////////////////////////////////////////////////// protected: - - private: - void v_write(boost::posix_time::ptime timestamp, std::string const & stream, + void v_write(time_type timestamp, std::string const & stream, std::string const & area, unsigned level, std::string const & message); + private: std::ostream & stream_; static char const * const LEVELNAMES_[8]; };