Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: How to pick an appender selectively in Log::Log4perl

by Arunbear (Prior)
on Feb 11, 2016 at 17:12 UTC ( #1154993=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %loggerConfig = (
      "log4perl.category.default_logger" => "INFO, Stdout, SYSLOG, Logfile
    +",
      "log4perl.category.file.only"      => "INFO, Logfile",
    );
    
  2. or download this
    my $log = Log::Log4perl->get_logger("file.only");
    $log->info('whatever');
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1154993]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2023-12-02 11:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (16 votes). Check out past polls.

    Notices?