X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FAreaRegistry.ih;h=477ff259d03faf15cab07e0d3b58062292ad57ac;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=d5cd80956d1ae827d6a74fe9053b30bbcfa1ca8f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Logger/AreaRegistry.ih b/senf/Utils/Logger/AreaRegistry.ih index d5cd809..477ff25 100644 --- a/senf/Utils/Logger/AreaRegistry.ih +++ b/senf/Utils/Logger/AreaRegistry.ih @@ -49,7 +49,7 @@ namespace detail { { AreaBase(); virtual ~AreaBase(); - + std::string fullName() const; virtual std::string v_name() const; @@ -57,8 +57,8 @@ namespace detail { bool alive() const; unsigned limit(StreamBase const & stream) const; - void updateRoutingCache(Target & target, StreamBase const & stream, unsigned limit) const; - void removeRoutingCache(Target & target, StreamBase const & stream) const; + void updateRoutingCache(Target & target, StreamBase const & stream, unsigned limit) const; + void removeRoutingCache(Target & target, StreamBase const & stream) const; void write(time_type timestamp, StreamBase const & stream, unsigned level, std::string const & msg) const;