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 1.102350
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" (bug to the
27 'debug' logging level) to prevent parent loggers from dropping them
28 due to "debug" setting differences
29
31 Ricardo SIGNES <rjbs@cpan.org>
32
34 This software is copyright (c) 2010 by Ricardo SIGNES.
35
36 This is free software; you can redistribute it and/or modify it under
37 the same terms as the Perl 5 programming language system itself.
38
39
40
41perl v5.12.2 2010-08-23 Log::Dispatchouli::Proxy(3)