-
Notifications
You must be signed in to change notification settings - Fork 1
Home
willert edited this page Sep 13, 2010
·
4 revisions
FirePHP::Dispatcher implements the basic interface
for logging to a FirePHP console. It is no logger on its own
but rather a basic API that can be used by front-end loggers to
divert or copy messages to a FirePHP console.
Catalyst::Plugin::FirePHP automatically binds the current response headers
to a newly created FirePHP::Dispatcher in use and on demand creates nested
groups for all called actions.
The only thing you need to do to start using FirePHP is include this
plugin in your plugin list. Everything else should happen automatically,
no config is needed.
This plugin tries to be as unintrusive as possible if your application
doesn’t run in debug mode, but it is highly recommended to drop it
altogether in production servers.