X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FObject%2FRemote%2FLogging%2FRouter.pm;h=84a562fad483526b84e56e510526df2317fb4947;hb=08435f11e57bbd6e01f4e52382f58b22f71358ad;hp=9ab2b774e85adb16f55108249f4adc32bdcde5b2;hpb=f048e6dfeaefce08546e91cc9d4bf79492d7ca0d;p=scpubgit%2FObject-Remote.git diff --git a/lib/Object/Remote/Logging/Router.pm b/lib/Object/Remote/Logging/Router.pm index 9ab2b77..84a562f 100644 --- a/lib/Object/Remote/Logging/Router.pm +++ b/lib/Object/Remote/Logging/Router.pm @@ -7,9 +7,6 @@ use Sys::Hostname; with 'Log::Contextual::Role::Router'; with 'Object::Remote::Role::LogForwarder'; -has _controller_package => ( is => 'rwp' ); -#lookup table for package names that should not -#be forwarded across Object::Remote connections has _connections => ( is => 'ro', required => 1, default => sub { [] } ); has _remote_metadata => ( is => 'rw' ); @@ -50,7 +47,7 @@ sub _get_loggers { sub _invoke_logger { my ($self, $logger, $level_name, $content, $metadata) = @_; #Invoking the logger like this gets all available data to the - #logging object with out losing any information from the structure. + #logging object with out losing any information from the datastructure. #This is not a backwards compatible way to invoke the loggers #but it enables a lot of flexibility in the logger. #The l-c router could have this method invoke the logger in