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 dispatcher (per
22 thread), because once die() is called, we are not able to return.
23 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.36, built on
38 October 27, 2023. Website: http://perl.overmeer.net/CPAN/
39
41 Copyrights 2007-2023 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.38.0 2023-10-27 Log::Report::Dispatcher::Perl(3)