fix comments that were in wrong spot from refactoring
[scpubgit/Object-Remote.git] / lib / Object / Remote / Logging / TestLogger.pm
index 5d94224..7d12e52 100644 (file)
@@ -1,4 +1,9 @@
-package Object::Remote::Logging::TestOutput;
+#During testing of Object::Remote this logger is connected
+#to the router and runs at trace level but does not output anything.
+#This lets the logging codeblocks get executed and included
+#in the testing.
+
+package Object::Remote::Logging::TestLogger;
 
 use base qw ( Object::Remote::Logging::Logger );