The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache::FormatLog::Common -- Format Apache access log entry in common format from mod_perl handlers.

SYNOPSIS

use Apache::FormatLog::Common;

$lf = Apache::FormatLog::Common->new($r); $commonLogLine = $lf->toString();

DESCRIPTION

Apache::FormatLog::Common is an extension of the Apache::FormatLog module. Use it to construct log entries in common 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::Combined

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.