Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Log4perl "multiple categories"?

by leriksen (Curate)
on Mar 02, 2006 at 04:15 UTC ( [id://533804]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    log4perl.logger.path.to.package.function=DEBUG,CONSOLE
    
  2. or download this
    log4perl.logger.path.to.package=DEBUG,CONSOLE
    
  3. or download this
    log4perl.logger=DEBUG,CONSOLE
    
  4. or download this
    sub complexFunction {
      my (%args) = @_;
    ...
        $logger->debug("enzyme experiencing toxic reation...");
        ...
      } # close scope, leaving that logger behind
    
  5. or download this
    log4perl.logger.path.to.package.function.complexBit=DEBUG,COMLPEXFILE
    
  6. or download this
    Log::Log4perl->init_and_watch('path/to/config', $delay);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 17:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found