NAME
FirePHP::LogConnector::Catalyst::Log::Log4perl
SYNOPSIS
use FirePHP::LogConnector::Catalyst::Log::Log4perl;
my $foo = FirePHP::LogConnector::Catalyst::Log::Log4perl->new();
DESCRIPTION
FirePHP::LogConnector::Catalyst::Log::Log4perl connects a Catalyst::Log::Log4perl instance to the FirePHP::Dispatcher
METHODS
$class->new( $catalyst )
Returns a new log connector for Catalyst::Log::Log4perl loggers
$self->dispatch_request
Handler for controlling the dispatch cycle and binding FirePHP::Dispatcher to the current response headers.
$self->fetch_dispatcher
Returns the current FirePHP::Dispatcher object.
$self->prepare_grouping
Due to the sequential nature of FirePHP log messages and groups all logs need to be flushed before opening or closing a message group.
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.