log::any::adapter::dispatch(3pm) debian man page | unix.com

Man Page: log::any::adapter::dispatch

Operating Environment: debian

Section: 3pm

Log::Any::Adapter::Dispatch(3pm)			User Contributed Perl Documentation			  Log::Any::Adapter::Dispatch(3pm)

NAME
Log::Any::Adapter::Dispatch - Log::Any adapter to log through Log::Dispatch
SYNOPSIS
use Log::Any::Adapter; Log::Any::Adapter->set('Dispatch', outputs => [[ ... ]]); my $dispatcher = Log::Dispatch->new( ... ); Log::Any::Adapter->set('Dispatch', dispatcher => $dispatcher);
DESCRIPTION
This Log::Any adapter uses Log::Dispatch for logging. You may either pass parameters (like outputs) to be passed to "Log::Dispatch->new", or pass a "Log::Dispatch" object directly in the dispatcher parameter.
SEE ALSO
Log::Any::Adapter, Log::Any, Log::Dispatch
AUTHOR
Jonathan Swartz COPYRIGHT &; LICENSE Copyright (C) 2007 Jonathan Swartz, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2010-08-19 Log::Any::Adapter::Dispatch(3pm)
Related Man Pages
log::dispatch::email(3) - suse
log::log4perl::javamap(3) - suse
catalyst::plugin::log::dispatch(3pm) - debian
log::dispatch::array(3pm) - debian
log::dispatch::configurator::appconfig(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph