Doug MacEachern > mod_perl-1.27 > Apache::Log

Download:
mod_perl-1.27.tar.gz

Dependencies

Annotate this POD

Related Modules

Apache::Filter
CGI::Carp
Apache::LogFile
Sys::Syslog
Apache::Constants
Log::Dispatch
Apache::Dynagzip
Apache::File
Apache::DBI
Data::Dumper
more...
By perlmonks.org

CPAN RT

New  17
Open  3
View Bugs
Report a bug
Module Version: 1.01   Source   Latest Release: mod_perl-1.31

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).