fix comments that were in wrong spot from refactoring
[scpubgit/Object-Remote.git] / lib / Object / Remote / Logging / TestLogger.pm
index f3bc057..7d12e52 100644 (file)
@@ -1,3 +1,8 @@
+#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 );