X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FFileTarget.hh;h=505cdc657ab9448089f733b61c9da84172d8c601;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=5a80a7a0c84081cb382d43fbb9b4c57299d23c0e;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Utils/Logger/FileTarget.hh b/senf/Utils/Logger/FileTarget.hh index 5a80a7a..505cdc6 100644 --- a/senf/Utils/Logger/FileTarget.hh +++ b/senf/Utils/Logger/FileTarget.hh @@ -48,7 +48,7 @@ namespace log { \code senf::log::FileTarget target ("file.name"); - + // Route all messages to this file. target.route(); \endcode @@ -58,7 +58,7 @@ namespace log { \ingroup targets */ - class FileTarget + class FileTarget : private boost::base_from_member, public IOStreamTarget { @@ -69,7 +69,7 @@ namespace log { ///\name Structors and default members ///@{ - explicit FileTarget(std::string const & filename, std::string const & nodename = ""); + explicit FileTarget(std::string const & filename, std::string const & nodename = ""); ///< Construct FileTarget writing to \a file ///@}