X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FFileTarget.hh;h=5a80a7a0c84081cb382d43fbb9b4c57299d23c0e;hb=da4da33fc6ce9f6140d4bfb2ff8266f676e7683b;hp=5f3082e64075fb78ae0d85861889745d61bc5f60;hpb=87ee88924d6f07408ef02ddb439394a47882c765;p=senf.git diff --git a/Utils/Logger/FileTarget.hh b/Utils/Logger/FileTarget.hh index 5f3082e..5a80a7a 100644 --- a/Utils/Logger/FileTarget.hh +++ b/Utils/Logger/FileTarget.hh @@ -78,6 +78,8 @@ namespace log { void reopen(); ///< Reopen %log after log-file rotation void reopen(std::string const & file); ///< Reopen %log under a new name + std::string const & filename() const; ///< Return current log file name + private: std::string file_;