Query: log::dispatch::configurator
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Log::Dispatch::Configurator(3pm) User Contributed Perl Documentation Log::Dispatch::Configurator(3pm)NAMELog::Dispatch::Configurator - Abstract Configurator classSYNOPSISpackage 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 { }DESCRIPTIONLog::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.AUTHORTatsuhiko 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 ALSOLog::Dispatch::Config perl v5.14.2 2010-02-05 Log::Dispatch::Configurator(3pm)
| Related Man Pages |
|---|
| log::any::adapter(3pm) - debian |
| log::dispatch::array(3pm) - debian |
| log::dispatch::config(3pm) - debian |
| log::log4perl::javamap(3pm) - debian |
| test::log::dispatch(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Introduction |
| Detecting unused variables... |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |