The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Apache::Log - Interface to Apache logging

SYNOPSIS

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

DESCRIPTION

The Apache::Log module provides an interface to Apache's ap_log_error routine.

emergency
alert
critical
error
warn
notice
info
debug

AUTHOR

Doug MacEachern

SEE ALSO

mod_perl(3), Apache(3).