Man Page: log::dispatch::apachelog
Operating Environment: suse
Section: 3
Log::Dispatch::ApacheLog(3) User Contributed Perl Documentation Log::Dispatch::ApacheLog(3)NAMELog::Dispatch::ApacheLog - Object for logging to Apache::Log objectsSYNOPSISuse 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> perl v5.12.1 2009-09-22 Log::Dispatch::ApacheLog(3)
| Related Man Pages |
|---|
| log::dispatch::email(3) - suse |
| log::dispatch::email(3pm) - debian |
| log::dispatch::email::mailsend(3pm) - debian |
| log::dispatch::output(3pm) - debian |
| test::log::dispatch(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Change directory error |
| Getting command output to putty window title. |
| A (ksh) Library For and From UNIX.com |
| The Future of the PM (Private Message) System at UNIX.com |
| Shopt -s histappend |