Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Log::Log4Perl best practices

by Joost (Canon)
on May 31, 2004 at 22:14 UTC ( [id://357857]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Log::Log4perl qw(:levels);
    my $logger = Log::Log4perl->get_logger(__PACKAGE__);
    $logger->level($DEBUG);
    
  2. or download this
    use Mylog;
    #...
    $LOG->warn("bla"); # $LOG is presumably a package global
    
  3. or download this
    use MyLog 'debug';
    
    $LOG->warn("stuff");
    

Log In?
Username:
Password:

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

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

    No recent polls found