Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

Apache::Log(3pm)


Log

Log

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
SEE ALSO

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



Apache::Log(3pm)