my $log = MyLogger::->new("database"); sub do_some_logging { $log->warn("This should appear in DATABASE log."); }