Plack::Middleware::LogDispatch man page on Alpinelinux

Man page or keyword search:  
man Server   18016 pages
apropos Keyword Search (all sections)
Output format
Alpinelinux logo
[printable version]

Plack::Middleware::LogUseraContributed Perl DPlack::Middleware::LogDispatch(3)

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 the logging object, "psgix.logger".

CONFIGURATION
       logger
	   Log::Dispatch object to send logs to. Required.

AUTHOR
       Tatsuhiko Miyagawa

SEE ALSO
       Log::Dispatch

       Plack::Middleware::Log4perl

perl v5.18.2			  2012-08-13 Plack::Middleware::LogDispatch(3)
[top]

List of man pages available for Alpinelinux

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net