Help for this page

Select Code to Download


  1. or download this
    use Log::Log4perl qw(get_logger);
    our $log = Log::Log4perl->get_logger(__PACKAGE__);
    
  2. or download this
    Log::Log4perl->init("log.conf");
    
  3. or download this
    Log4perl: Seems like no initialization happened. Forgot to call init()
    +?