[Catalyst] [RFC] FirePHP::Dispatcher and Catalyst::Plugin::FirePHP
Sebastian Willert
willert at gmail.com
Thu Jan 29 17:53:19 GMT 2009
Hi all,
I've been working on a perl module that displays messages in the
FirePHP[1] console and bindings for the Catalyst logging universe.
The only thing you need to do to start using FirePHP is to include
Catalyst::Plugin::FirePHP in your plugin list. Everything else should
happen automatically, no other config should be needed (at least when
using C::Log or C::Log::Log4perl).
The current (quite usable) implementation can be found at
http://github.com/willert/firephp-perl/ . I'd like to invite you to
test, break, criticize to your heart's content.
Cheers,
Sebastian
---
[1] FirePHP enables you to log to your Firebug Console using a simple
PHP. All data is sent via response headers and will not interfere with
the content on your page. (taken from http://www.firephp.org/)
More information about the Catalyst
mailing list