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>
Thu, 31 Jan 2013 19:48:51 +0000 (11:48 -0800)
commit4e4463355a9ec6afdc7983ee36daa9f11306d4fc
treea80163928c040e72fe9f28c458e6663205bc9de8
parent6536ccd3af048ed71845cc5ea453855f45e66971
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