X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FIOStreamTarget.hh;h=2a2763a266ebb4a8033b2ee5f6741db0de54640b;hb=d0776a27ffd63ab51b4e3419a8a6f87d11e60594;hp=94e1258ffc305e371007da5c38a89b924cd4978d;hpb=e57e1ec99a16261d1f436d1ea42f60dda6aae5cc;p=senf.git diff --git a/Utils/Logger/IOStreamTarget.hh b/Utils/Logger/IOStreamTarget.hh index 94e1258..2a2763a 100644 --- a/Utils/Logger/IOStreamTarget.hh +++ b/Utils/Logger/IOStreamTarget.hh @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -40,11 +40,9 @@ namespace log { /** \brief Write %log messages to arbitrary std::ostream This target will write %log messages to an arbitrary std::ostream in the format -
-         [] 
-        
+ \verbatim [][] \endverbatim - The \e area will be omitted it it is \c senf::log::DefaultArea. + The \e area will be omitted if it is \c senf::log::DefaultArea. The date formatting is set using the Boost.DateTime date_facet, e.g.: \code @@ -75,16 +73,15 @@ namespace log { /////////////////////////////////////////////////////////////////////////// protected: - - private: void v_write(boost::posix_time::ptime 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]; }; - }} ///////////////////////////////hh.e////////////////////////////////////////