replaced entire logging subsystem with one that is fully operational with the followi...
authorTyler Riddle <t.riddle@shadowcat.co.uk>
Mon, 5 Nov 2012 03:58:26 +0000 (19:58 -0800)
committerTyler Riddle <t.riddle@shadowcat.co.uk>
Mon, 5 Nov 2012 03:58:26 +0000 (19:58 -0800)
commit219880353e6492ecbf5db11b6ef41a98f2767afd
tree105e0961d4b81e2b615244f8e13642fc53ac7e77
parentd0a91ad2abd90d357fc9ae7c93a665c00811629b
replaced entire logging subsystem with one that is fully operational with the following features: log forwarding, log forwarding supression, stderr output for object-remote generated logs per env var, dynamic logger connections to log router, selection based on package, log-contextual subclass, or remote connection
13 files changed:
lib/Object/Remote/Connection.pm
lib/Object/Remote/Future.pm
lib/Object/Remote/Handle.pm
lib/Object/Remote/LogDestination.pm [deleted file]
lib/Object/Remote/LogRouter.pm [deleted file]
lib/Object/Remote/Logging.pm
lib/Object/Remote/Logging/Logger.pm [new file with mode: 0644]
lib/Object/Remote/Logging/Router.pm [new file with mode: 0644]
lib/Object/Remote/MiniLoop.pm
lib/Object/Remote/ReadChannel.pm
lib/Object/Remote/Role/Connector/PerlInterpreter.pm
lib/Object/Remote/Role/LogForwarder.pm
t/logsetup.pl