X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FFileTarget.hh;h=5f3082e64075fb78ae0d85861889745d61bc5f60;hb=b64ffc44397d5853a677a1b4494105c4756af8d3;hp=11543d74177ab35a4141117a9e2cbb08e2bc1fed;hpb=a22f6d21df6c911d65f76d7731bcf92b1906bb09;p=senf.git diff --git a/Utils/Logger/FileTarget.hh b/Utils/Logger/FileTarget.hh index 11543d7..5f3082e 100644 --- a/Utils/Logger/FileTarget.hh +++ b/Utils/Logger/FileTarget.hh @@ -69,7 +69,7 @@ namespace log { ///\name Structors and default members ///@{ - explicit FileTarget(std::string const & filename); + explicit FileTarget(std::string const & filename, std::string const & nodename = ""); ///< Construct FileTarget writing to \a file ///@} @@ -84,7 +84,7 @@ namespace log { struct RegisterConsole { RegisterConsole(); static boost::shared_ptr create( - std::string const & filename); + std::string const & filename, std::string const & nodename); static RegisterConsole instance; }; };