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::dispatch::file(3) - suse
log::any::adapter::development(3pm) - debian
log::dispatch::configurator::appconfig(3pm) - debian
log::dispatch::email(3pm) - debian
log::dispatch::file(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com