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
diff --git a/lib/Object/Remote/Logging/TestLogger.pm b/lib/Object/Remote/Logging/TestLogger.pm
new file mode 100644 (file)
index 0000000..5d94224
--- /dev/null
@@ -0,0 +1,8 @@
+package Object::Remote::Logging::TestOutput;
+
+use base qw ( Object::Remote::Logging::Logger );
+
+#don't need to output anything
+sub _output { }
+
+1;