1Log::Report::DispatcherU:s:ePrerClo(n3t)ributed Perl DocLuomge:n:tRaetpioornt::Dispatcher::Perl(3)
2
3
4
6 Log::Report::Dispatcher::Perl - send messages to die and warn
7
9 Log::Report::Dispatcher::Perl
10 is a Log::Report::Dispatcher
11
13 dispatcher Log::Report::Dispatcher::Perl => 'default'
14 , accept => 'NOTICE-';
15
16 # close the default dispatcher
17 dispatcher close => 'default';
18
20 Ventilate the problem reports via the standard Perl error mechanisms:
21 "die()", "warn()", and "print()". There can be only one such
22 dispatcher (per thread), because once "die()" is called, we are not
23 able to return. Therefore, this dispatcher will always be called last.
24
25 In the early releases of Log::Report, it tried to simulate the behavior
26 of warn and die using STDERR and exit; however: that is not possible.
27
28 Extends "DESCRIPTION" in Log::Report::Dispatcher.
29
31 Extends "METHODS" in Log::Report::Dispatcher.
32
34 Extends "DETAILS" in Log::Report::Dispatcher.
35
37 This module is part of Log-Report distribution version 1.29, built on
38 November 08, 2019. Website: http://perl.overmeer.net/CPAN/
39
41 Copyrights 2007-2019 by [Mark Overmeer <markov@cpan.org>]. For other
42 contributors see ChangeLog.
43
44 This program is free software; you can redistribute it and/or modify it
45 under the same terms as Perl itself. See http://dev.perl.org/licenses/
46
47
48
49perl v5.30.1 2019-11-08 Log::Report::Dispatcher::Perl(3)