HEX
Server: Apache
System: Linux sh00085.hostgator.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: yqegzjte (1064)
PHP: 8.5.8
Disabled: NONE
Upload Files
File: //usr/share/perl5/vendor_perl/Object/Remote/Logging/TestLogger.pm
#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 );

#don't need to output anything
sub _output { }

1;