The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FirePHP::LogConnector

DESCRIPTION

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

METHODS

$class->new

Returns a new abstract log connector

$self->prepare_grouping

Subclasses that need to prepare the opening or closing of a group (e.g. flushing the logs) should implement it here.

$self->dispatch_request( $coderef, @args )

Handler for controlling the dispatch cycle and binding FirePHP::Dispatcher to the current response headers.

$self->flush_log

Method to write all pending FirePHP messages (not necessarily all log messages) to the response headers.

$self->fetch_dispatcher

Returns the current FirePHP::Dispatcher object.

SEE ALSO

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

AUTHOR

Sebastian Willert, willert@cpan.org

COPYRIGHT AND LICENSE

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.