use Log::Log4perl qw(get_logger); our $log = Log::Log4perl->get_logger(__PACKAGE__); #### Log::Log4perl->init("log.conf"); #### Log4perl: Seems like no initialization happened. Forgot to call init()?
## Log::Log4perl->init("log.conf"); ##
## Log4perl: Seems like no initialization happened. Forgot to call init()?