diff --git a/PPI/Mainpage.dox b/PPI/Mainpage.dox index 99d25a8e2649609db5cf04b43e244b87dc9639bb..fc16dab14b63e722a23aff30aac5d5ae0ad81e3f 100644 --- a/PPI/Mainpage.dox +++ b/PPI/Mainpage.dox @@ -47,7 +47,7 @@ <a href="../../../Examples/RateStuffer/doc/html/index.html">PPI Example Application: RateStuffer</a> \n \ref senf::ppi::module "Modules" \n - \ref senf::ppi::connector "Connectors" \n + \ref senf::ppi::connector "Connectors and Jacks" \n \ref event_group */ diff --git a/Utils/Logger/FileTarget.hh b/Utils/Logger/FileTarget.hh index 5f3082e64075fb78ae0d85861889745d61bc5f60..5a80a7a0c84081cb382d43fbb9b4c57299d23c0e 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_;