1Log::Dispatchouli::ProxUys(e3r)Contributed Perl DocumentLaotgi:o:nDispatchouli::Proxy(3)
2
3
4
6 Log::Dispatchouli::Proxy - a simple wrapper around Log::Dispatch
7
9 version 2.023
10
12 A Log::Dispatchouli::Proxy object is the child of a Log::Dispatchouli
13 logger (or another proxy) and relays log messages to its parent. It
14 behaves almost identically to a Log::Dispatchouli logger, and you
15 should refer there for more of its documentation.
16
17 Here are the differences:
18
19 • You can't create a proxy with "->new", only by calling "->proxy" on
20 an existing logger or proxy.
21
22 • "set_debug" will set a value for the proxy; if none is set,
23 "get_debug" will check the parent's setting; "clear_debug" will
24 clear any set value on this proxy
25
26 • "log_debug" messages will be redispatched to "log" (to the 'debug'
27 logging level) to prevent parent loggers from dropping them due to
28 "debug" setting differences
29
31 This module has a long-term perl support period. That means it will
32 not require a version of perl released fewer than five years ago.
33
34 Although it may work on older versions of perl, no guarantee is made
35 that the minimum required version will not be increased. The version
36 may be increased for any reason, and there is no promise that patches
37 will be accepted to lower the minimum required perl.
38
40 Ricardo SIGNES <rjbs@semiotic.systems>
41
43 This software is copyright (c) 2021 by Ricardo SIGNES.
44
45 This is free software; you can redistribute it and/or modify it under
46 the same terms as the Perl 5 programming language system itself.
47
48
49
50perl v5.34.0 2022-01-21 Log::Dispatchouli::Proxy(3)