X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FSyslogTarget.hh;h=2d2c92a3559991bc9f88e18c522164e07b51347e;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=76508d91682264140d614a4772a9c047d5c26bd0;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/Logger/SyslogTarget.hh b/senf/Utils/Logger/SyslogTarget.hh index 76508d9..2d2c92a 100644 --- a/senf/Utils/Logger/SyslogTarget.hh +++ b/senf/Utils/Logger/SyslogTarget.hh @@ -32,7 +32,7 @@ #include "Target.hh" //#include "SyslogTarget.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -42,7 +42,7 @@ namespace log { /** \brief Log target writing to the syslog - The SyslogTarget will send all log messages to the syslog at the given facility. + The SyslogTarget will send all %log messages to the syslog at the given facility. \code senf::log::SyslogTarget syslog; @@ -78,14 +78,14 @@ namespace log { : public Target { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ explicit SyslogTarget(int facility = LOG_USER); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// private: void v_write(time_type timestamp, std::string const & stream, @@ -122,7 +122,7 @@ namespace log { private: struct RegisterConsole { RegisterConsole(); - static boost::shared_ptr create( + static boost::shared_ptr create( LogFacility facility); static RegisterConsole instance; }; @@ -130,7 +130,7 @@ namespace log { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "SyslogTarget.cci" //#include "SyslogTarget.ct" //#include "SyslogTarget.cti"