some unimportant clean-ups ;)
[senf.git] / Utils / Logger / Target.hh
index db33fa5..6f26ddd 100644 (file)
@@ -56,6 +56,7 @@ namespace log {
 
     namespace detail { class TargetRegistry; }
     namespace detail { class AreaBase; }
+    namespace detail { struct LogParameters; }
 
     /** \brief Logging target base class
 
@@ -341,7 +342,6 @@ namespace log {
 
         void flush();                   ///< Clear routing table
 
-    protected:
         senf::console::ScopedDirectory<> & consoleDir(); ///< Get console/config directory
 
     private:
@@ -356,6 +356,8 @@ namespace log {
                    detail::AreaBase const & area, unsigned level, std::string const & message);
 
         void consoleList(std::ostream & os);
+        void consoleRoute(int index, detail::LogParameters const & pm, action_t action);
+        void consoleUnroute(detail::LogParameters const & pm, action_t action);
 
 #   ifdef DOXYGEN
     protected: