Man page search options
List man pages starting with
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
ALPHA   NUM   OTHER   ALL
Log(3pm)              User Contributed Perl Documentation             Log(3pm)

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                       1999-02-01                          Log(3pm)