|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
Log(3) User Contributed Perl Documentation Log(3)
NAME
Apache::Log - Interface to Apache logging
SYNOPSIS
use Apache::Log ();
my $rlog = $r->log;
$rlog->debug("You only see this if `LogLevel' is set to `debug'");
my $slog = $r->server->log;
DESCRIPTION
The Apache::Log module provides an interface to Apache's ap_log_error and ap_log_rerror routines.
emerg
alert
crit
error
warn
notice
info
debug
AUTHOR
Doug MacEachern
SEE ALSO
mod_perl(3), Apache(3).
perl v5.8.8 2000-03-30 Log(3)
|
|