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

Re: Cooperating with Apache Log Levels

by echo (Pilgrim)
on Sep 25, 2001 at 21:37 UTC ( [id://114598]=note: print w/replies, xml ) Need Help??


in reply to Cooperating with Apache Log Levels

If your program is running under mod_perl, you can:

use Apache::Log (); my $rlog = $r->log; $rlog->debug("You only see this if `LogLevel' is set to `debug'");

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-03-29 00:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found