From: Tyler Riddle Date: Sun, 16 Sep 2012 19:56:20 +0000 (-0700) Subject: checkpoint log tweak X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f455406bba82c5a91c83bdee40ad56ac161032d;p=scpubgit%2FSystem-Introspector.git checkpoint log tweak --- diff --git a/lib/System/Introspector/Logger.pm b/lib/System/Introspector/Logger.pm index 6d9087e..f4b3ff2 100644 --- a/lib/System/Introspector/Logger.pm +++ b/lib/System/Introspector/Logger.pm @@ -8,10 +8,10 @@ use Object::Remote::LogDestination; use base qw(Object::Remote::Logging); -sub arg_router { - return $_[1] if defined $_[1]; - our $Router_Instance ||= Object::Remote::LogRouter->new(description => __PACKAGE__); -} +#sub arg_router { +# return $_[1] if defined $_[1]; +# our $Router_Instance ||= Object::Remote::LogRouter->new(description => __PACKAGE__); +#} #should always pass in log level and execution context; #specifying a logger is used when logging during