1Log::Dispatch::ConfigurUasteorr(C3o)ntributed Perl DocumLeongt:a:tDiiosnpatch::Configurator(3)
2
3
4

NAME

6       Log::Dispatch::Configurator - Abstract Configurator class
7

SYNOPSIS

9         package Log::Dispatch::Configurator::Foo;
10         use base qw(Log::Dispatch::Configurator);
11
12         # should implement
13         sub get_attrs_global { }
14         sub get_attrs        { }
15
16         # optional
17         sub reload       { }
18         sub needs_reload { }
19

DESCRIPTION

21       Log::Dispatch::Configurator is an abstract class of config parser. If
22       you make new configurator implementation, you should inherit from this
23       class.
24
25       See "PLUGGABLE CONFIGURATOR" in Log::Dispatch::Config for details.
26

AUTHOR

28       Tatsuhiko Miyagawa <miyagawa@bulknews.net>
29
30       This library is free software; you can redistribute it and/or modify it
31       under the same terms as Perl itself.
32

SEE ALSO

34       Log::Dispatch::Config
35
36
37
38perl v5.34.0                      2022-01-21    Log::Dispatch::Configurator(3)
Impressum