
FirePHP::LogConnector::Catalyst

use FirePHP::LogConnector::Catalyst; my $foo = FirePHP::LogConnector::Catalyst->new();

FirePHP::LogConnector::Catalyst provides some simple Catalyst related infrastructure to log connectors

Returns a new abstract log connector with a reference to the application class in catalyst and enabled based on the classes debug mode.
Returns true if the FirePHP dispatcher is enabled and the logger not aborted
Support method for LogConnector instances. Requires the FirePHP::Dispatcher instance to be already in place.
Right now, this basically handles logging request parameters.
Returns a closure that can be used by subclassed during their dispatch cycle
Generic log flush for catalyst loggers

http://www.firephp.org, FirePHP::Dispatcher

Sebastian Willert, willert@cpan.org

Copyright 2009 by Sebastian Willert <willert@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.