X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FTarget.hh;h=40a21650f2d5822c124c956749e3e36d11366443;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=dbbad15cbeb1c0ac7370c94b48bc0182e33e6b6f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Logger/Target.hh b/senf/Utils/Logger/Target.hh index dbbad15..40a2165 100644 --- a/senf/Utils/Logger/Target.hh +++ b/senf/Utils/Logger/Target.hh @@ -31,12 +31,12 @@ #include #include #include -#include "../singleton.hh" -#include "../mpl.hh" +#include +#include #include "StreamRegistry.hh" -#include "../Exception.hh" +#include #include "TimeSource.hh" -#include "../Console/LazyDirectory.hh" +#include //#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 - + // Local Variables: // mode: c++ // fill-column: 100