X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FFileTarget.hh;h=e3b454c1cfcbb4bca01774b49a9a4a87fafe9869;hb=e9816d699770dea77c989c97ef53bf2266ce7b6b;hp=505cdc657ab9448089f733b61c9da84172d8c601;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/Logger/FileTarget.hh b/senf/Utils/Logger/FileTarget.hh index 505cdc6..e3b454c 100644 --- a/senf/Utils/Logger/FileTarget.hh +++ b/senf/Utils/Logger/FileTarget.hh @@ -33,7 +33,7 @@ #include "IOStreamTarget.hh" //#include "FileTarget.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -65,15 +65,15 @@ namespace log { typedef boost::base_from_member ofstream_t; public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ explicit FileTarget(std::string const & filename, std::string const & nodename = ""); ///< Construct FileTarget writing to \a file - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// void reopen(); ///< Reopen %log after log-file rotation void reopen(std::string const & file); ///< Reopen %log under a new name @@ -93,7 +93,7 @@ namespace log { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "FileTarget.cci" //#include "FileTarget.ct" //#include "FileTarget.cti"