Help for this page
sub InitLogger { my $logfile = shift; ... return Log::Log4perl::get_logger("[package_name"); } # end InitLogger();