NAME
Catalyst::Plugin::RapidApp::RequestLogger - Log all requests to the CoreSchema
SYNOPSIS
package MyApp;
use Catalyst qw/
RapidApp::RequestLogger
/;
DESCRIPTION
Experimental plugin records every Catalyst request to a table in the Model::RapidApp::CoreSchema. This will obviously slow down the app.
This plugin is just experimental and not well supported - do not use in production.
SEE ALSO
AUTHOR
Henry Van Styn <vanstyn@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by IntelliTree Solutions llc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.