Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Log::Log4Perl best practices

by saintmike (Vicar)
on Jun 01, 2004 at 00:22 UTC ( [id://357881]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        use Log::Log4perl qw(:easy);
    
    ...
              file    => ">>test.log" } );
    
        DEBUG("Debug this!");
    
  2. or download this
    package MyPackage;
    use Log::Log4perl qw(:easy);
    sub method {
        DEBUG "Doing something!";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-19 08:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found