suse man page for log::dispatch::apachelog

Query: log::dispatch::apachelog

OS: suse

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Log::Dispatch::ApacheLog(3)				User Contributed Perl Documentation			       Log::Dispatch::ApacheLog(3)

NAME
Log::Dispatch::ApacheLog - Object for logging to Apache::Log objects
SYNOPSIS
use Log::Dispatch; my $log = Log::Dispatch->new ( outputs => [ [ 'ApacheLog', apache => $r ], ], ); $log->emerg('Kaboom');
DESCRIPTION
This module allows you to pass messages to Apache's log object, represented by the Apache::Log class.
CONSTRUCTOR
The constructor takes the following parameters in addition to the standard parameters documented in Log::Dispatch::Output: o apache ($) An object of either the Apache or Apache::Server classes. Required.
AUTHOR
Dave Rolsky, <autarch@urth.org> perl v5.12.1 2009-09-22 Log::Dispatch::ApacheLog(3)
Related Man Pages
log::dispatch::email(3) - suse
log::log4perl::javamap(3) - suse
log::dispatch::array(3pm) - debian
log::dispatch::email::mailsend(3pm) - debian
log::dispatch::syslog(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Migrating to UNIX
Update kernel Linux without reboot?!
SOCKS proxy &amp; PAM configuration exposure
Docker learning Phase-I