Help for this page

Select Code to Download


  1. or download this
    https://metacpan.org/pod/Log::Log4perl
    https://www.perl.com/pub/2002/09/11/log4perl.html/
    https://www.perlmonks.org/?node_id=1198853
    
  2. or download this
    use Log::Log4perl;
    
    ...
    
    my $file_logger = getLogger(FILE);
    $file_logger->info("testing file logger");
    
  3. or download this
    Log::Log4perl::Logger::APPENDER_BY_NAME{'STDOUT'}->threshold($TRACE);
    Log::Log4perl->appender_by_name('STDOUT')->threshold($TRACE);
    
  4. or download this
    https://metacpan.org/pod/Log::Log4perl#Advanced-configuration-within-P
    +erl