remove t/logsetup.pl and move feature into $ENV{OBJECT_REMOTE_TEST_LOGGER}; set to...
[scpubgit/Object-Remote.git] / lib / Object / Remote / Logging / TestLogger.pm
1 package Object::Remote::Logging::TestOutput;
2
3 use base qw ( Object::Remote::Logging::Logger );
4
5 #don't need to output anything
6 sub _output { }
7
8 1;