NAME

Toadfarm::Plugin::AccessLog - Log requests

DESCRIPTION

This module will log the request with "info" log level. The log format is subject for change. For now it is:

$remote_address $http_method $url $status_code
1.2.3.4 GET http://localhost/favicon.ico 200

METHODS

register

Register an "around_dispatch" hook which will log the request.

AUTHOR

Jan Henning Thorsen - jhthorsen@cpan.org