checkpoint log tweak
Tyler Riddle [Sun, 16 Sep 2012 19:56:20 +0000 (12:56 -0700)]
lib/System/Introspector/Logger.pm

index 6d9087e..f4b3ff2 100644 (file)
@@ -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