debian man page for log::any::adapter::dispatch

Query: log::any::adapter::dispatch

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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::any::adapter::development(3pm) - debian
log::dispatch::configurator::appconfig(3pm) - debian
log::dispatch::email::mailsend(3pm) - debian
log::dispatch::file(3pm) - debian
test::log::dispatch(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?