
FirePHP::LogConnector

FirePHP::LogConnector is an abstract base class for FirePHP log connectors.

Returns a new abstract log connector
Subclasses that need to prepare the opening or closing of a group (e.g. flushing the logs) should implement it here.
Handler for controlling the dispatch cycle and binding FirePHP::Dispatcher to the current response headers.
Method to write all pending FirePHP messages (not necessarily all log messages) to the response headers.
Returns the current FirePHP::Dispatcher object.

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.