Utils/Console: Add SENF_CONSOLE_REGISTER_ENUM 'key()' support
[senf.git] / senf / Utils / Logger / Target.hh
index dbbad15..40a2165 100644 (file)
 #include <vector>
 #include <boost/utility.hpp>
 #include <boost/type_traits/is_convertible.hpp>
-#include "../singleton.hh"
-#include "../mpl.hh"
+#include <senf/Utils/singleton.hh>
+#include <senf/Utils/mpl.hh>
 #include "StreamRegistry.hh"
-#include "../Exception.hh"
+#include <senf/Utils/Exception.hh>
 #include "TimeSource.hh"
-#include "../Console/LazyDirectory.hh"
+#include <senf/Utils/Console/LazyDirectory.hh>
 
 //#include "Target.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -119,7 +119,7 @@ namespace log {
         The routing table is processed from first route to last route, the first matching entry
         determines the fate of a log messages. Therefore, the ordering of routing entries is
         important.
-        
+
         If no position is explicitly specified, new routing entries are added to the end of the
         routing table. All routing statements however take an index as optional argument to
         explicitly specify the position of the new routing entry.
@@ -340,12 +340,12 @@ namespace log {
         /** \brief Exception: Invalid stream */
         struct InvalidStreamException : public senf::Exception
         { InvalidStreamException()
-              : senf::Exception("senf::log::Target::InvalidStreamException"){} };
+              : senf::Exception("senf::log::Target::InvalidStreamException") {} };
 
         /** \brief Exception: Invalid area */
         struct InvalidAreaException : public senf::Exception
         { InvalidAreaException()
-              : senf::Exception("senf::log::Target::InvalidAreaException"){} };
+              : senf::Exception("senf::log::Target::InvalidAreaException") {} };
 
         iterator begin() const;         ///< Iterator to beginning of routing table
         iterator end() const;           ///< Iterator past the end of routing table
@@ -424,7 +424,7 @@ namespace log {
 #include "Target.cti"
 #endif
 
-
+\f
 // Local Variables:
 // mode: c++
 // fill-column: 100