X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FLogging%2FTestLogger.pm;h=7d12e524afc26744d4b7c257c4b49c8e45a2b614;hp=5d94224709859a634ad6413dfa900d99f098445d;hb=052976d4a389b826a9551909492f3fc2f2312c88;hpb=abef6e5b046572e5130c41ce62d7dde01978562f diff --git a/lib/Object/Remote/Logging/TestLogger.pm b/lib/Object/Remote/Logging/TestLogger.pm index 5d94224..7d12e52 100644 --- a/lib/Object/Remote/Logging/TestLogger.pm +++ b/lib/Object/Remote/Logging/TestLogger.pm @@ -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 );