package Object::Remote::Logging::TestLogger; use base qw ( Object::Remote::Logging::Logger ); #don't need to output anything sub _output { } 1;