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=f3bc057b08fc7087289eac8f42baa7f0baa16db1;hb=052976d4a389b826a9551909492f3fc2f2312c88;hpb=8c3529062a426181861d58ee59fb8f10e0be68e5 diff --git a/lib/Object/Remote/Logging/TestLogger.pm b/lib/Object/Remote/Logging/TestLogger.pm index f3bc057..7d12e52 100644 --- a/lib/Object/Remote/Logging/TestLogger.pm +++ b/lib/Object/Remote/Logging/TestLogger.pm @@ -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 );