my $log = MyLogger::->new("apache"); $log->fatal("This should be in the APACHE log"); my $retval = database::do_some_logging(); $log->fatal("This should be in the APACHE log");