Add SENF internal senf::SenfLog debug stream and make it default for the 'senf' names...
[senf.git] / Utils / Logger / Target.ih
index 0506fc5..668bacc 100644 (file)
@@ -48,6 +48,9 @@ namespace detail {
 
         void timeSource(std::auto_ptr<TimeSource> source);
 
+        void routed();
+        bool fallbackRouting();
+
     private:
         TargetRegistry();
         
@@ -57,6 +60,8 @@ namespace detail {
         typedef std::set<Target *> Targets;
         Targets targets_;
         boost::scoped_ptr<TimeSource> timeSource_;
+
+        bool fallbackRouting_;
         
         friend class senf::log::Target;
         friend class senf::singleton<TargetRegistry>;