Query: log::dispatch::apachelog
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Log::Dispatch::ApacheLog(3pm) User Contributed Perl Documentation Log::Dispatch::ApacheLog(3pm)NAMELog::Dispatch::ApacheLog - Object for logging to Apache::Log objectsVERSIONversion 2.32SYNOPSISuse Log::Dispatch; my $log = Log::Dispatch->new( outputs => [ [ 'ApacheLog', apache => $r ], ], ); $log->emerg('Kaboom');DESCRIPTIONThis module allows you to pass messages to Apache's log object, represented by the Apache::Log class.CONSTRUCTORThe 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.AUTHORDave Rolsky <autarch@urth.org>COPYRIGHT AND LICENSEThis software is Copyright (c) 2011 by Dave Rolsky. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible) perl v5.14.2 2012-05-25 Log::Dispatch::ApacheLog(3pm)
Related Man Pages |
---|
log::dispatch::syslog(3) - suse |
log::dispatch::output(3) - suse |
log::dispatch::array(3pm) - debian |
log::dispatch::syslog(3pm) - debian |
log::log4perl::javamap(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
Detecting unused variables... |
A (ksh) Library For and From UNIX.com |
My first PERL incarnation... Audio Oscillograph |