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

Man Page: log::dispatch::configurator

Operating Environment: debian

Section: 3pm

Log::Dispatch::Configurator(3pm)			User Contributed Perl Documentation			  Log::Dispatch::Configurator(3pm)

NAME
Log::Dispatch::Configurator - Abstract Configurator class
SYNOPSIS
package Log::Dispatch::Configurator::Foo; use base qw(Log::Dispatch::Configurator); # should implement sub get_attrs_global { } sub get_attrs { } # optional sub reload { } sub needs_reload { }
DESCRIPTION
Log::Dispatch::Configurator is an abstract class of config parser. If you make new configurator implementation, you should inherit from this class. See "PLUGGABLE CONFIGURATOR" in Log::Dispatch::Config for details.
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Log::Dispatch::Config perl v5.14.2 2010-02-05 Log::Dispatch::Configurator(3pm)
Related Man Pages
log::dispatch::output(3) - suse
catalyst::plugin::log::dispatch(3pm) - debian
log::dispatch::array(3pm) - debian
log::dispatch::config(3pm) - debian
log::dispatch::email(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
One instance of comparing grep and awk
Weird 'find' results