NAME
Apache::FormatLog::Combined -- Format Apache access log entry in common format from mod_perl handlers.
SYNOPSIS
use Apache::FormatLog::Combined;
$lf = Apache::FormatLog::Combined->new($r); $combinedLogLine = $lf->toString();
DESCRIPTION
Apache::FormatLog::Combined is an extension of the Apache::FormatLog module. Use it to construct log entries in combined format.
METHODS
Because this module is an extension, look at the POD of Apache::FormatLog for a description of all methods.
SEE ALSO
perl(1), mod_perl(3), Apache(3), Apache::FormatLog, Apache::FormatLog::Common
AUTHOR
Leendert Bottelberghs <lbottel@cpan.org>
COPYRIGHT
Copyright (c) 2005, Leendert Bottelberghs. All rights reserved.
This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.