Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Log Files Module

by saintmike (Vicar)
on Dec 28, 2005 at 18:13 UTC ( [id://519615]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Log Files Module
in thread Log Files Module

I keep looking at other logging modules because log4perls configuration syntax and general appearance just seems strange and unperlish to me
You might then want to use Log4perl's easy mode, which is as perlish as it could get:
use Log::Log4perl qw(:easy); Log::Log4perl->easy_init({ level => $INFO, file => ">>foo.txt" }); DEBUG "Doesn't make it."; INFO "Hella!\n";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-19 05:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found