plack::middleware::logdispatch(3pm) debian man page | unix.com

Man Page: plack::middleware::logdispatch

Operating Environment: debian

Section: 3pm

Plack::Middleware::LogDispatch(3pm)			User Contributed Perl Documentation		       Plack::Middleware::LogDispatch(3pm)

NAME
Plack::Middleware::LogDispatch - Uses Log::Dispatch to configure logger
SYNOPSIS
use Log::Dispatch; my $logger = Log::Dispatch->new; $logger->add( Log::Dispatch::File->new(...) ); $logger->add( Log::Dispatch::DesktopNotification->new(...) ); builder { enable "LogDispatch", logger => $logger; $app; } # use with Log::Dispatch::Config use Log::Dispatch::Config; Log::Dispatch::Config->configure('/path/to/log.conf'); builder { enable "LogDispatch", logger => Log::Dispatch::Config->instance; ... }
DESCRIPTION
LogDispatch is a Plack::Middleware component that allows you to use Log::Dispatch to configure logging object.
CONFIGURATION
logger Log::Dispatch object to send logs to. Required.
AUTHOR
Tatsuhiko Miyagawa
SEE ALSO
Log::Dispatch perl v5.14.2 2011-02-27 Plack::Middleware::LogDispatch(3pm)
Related Man Pages
log::dispatch::syslog(3) - suse
log::dispatch::array(3pm) - debian
log::dispatch::configurator::any(3pm) - debian
log::dispatch::email(3pm) - debian
log::report::dispatcher::logdispatch(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Weird 'find' results
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph