
FirePHP::LogConnector::Catalyst::Log

In your MyApp.pm:
use Catalyst qw/ ... +FirePHP /;

FirePHP::LogConnector::Catalyst::Log hijacks a Catalyst::Log instance, connects itself to the current FirePHP::Dispatcher and delegates all log messages to both simultaneously.

Returns a new log connector for Catalyst::Log loggers
Handler for controlling the dispatch cycle and binding FirePHP::Dispatcher to the current response headers.
Method to write all pending FirePHP messages to the response headers and flushes the logging cache
Overrides can to accommodate delegation to the original logger
Sends a debug log message to both the logger and FirePHP. The FirePHP message uses the 'info' priority.
Sends a informational log message to both the logger and FirePHP.
Sends a warning message to both the logger and FirePHP.
Sends a error message to both the logger and FirePHP.
Sends a fatal error message to both the logger and FirePHP. The FirePHP message uses the 'error' priority.

http://www.firephp.org, Catalyst, Catalyst::Log, FirePHP::Dispatcher, FirePHP::LogConnector

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.