DOKK / manpages / debian 10 / liblog-dispatch-config-perl / Log::Dispatch::Configurator.3pm.en
Log::Dispatch::Configurator(3pm) User Contributed Perl Documentation Log::Dispatch::Configurator(3pm)

Log::Dispatch::Configurator - Abstract Configurator class

  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 { }

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.

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.

Log::Dispatch::Config

2018-02-11 perl v5.26.1