1Log::Report::DispatcherU:s:ePrerClo(n3t)ributed Perl DocLuomge:n:tRaetpioornt::Dispatcher::Perl(3)
2
3
4

NAME

6       Log::Report::Dispatcher::Perl - send messages to die and warn
7

INHERITANCE

9        Log::Report::Dispatcher::Perl
10          is a Log::Report::Dispatcher
11

SYNOPSIS

13        dispatcher Log::Report::Dispatcher::Perl => 'default'
14          , accept => 'NOTICE-';
15
16        # close the default dispatcher
17        dispatcher close => 'default';
18

DESCRIPTION

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

METHODS

31       Extends "METHODS" in Log::Report::Dispatcher.
32

DETAILS

34       Extends "DETAILS" in Log::Report::Dispatcher.
35

SEE ALSO

37       This module is part of Log-Report distribution version 1.34, built on
38       September 15, 2022. Website: http://perl.overmeer.net/CPAN/
39

LICENSE

41       Copyrights 2007-2022 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.36.0                      2022-09-15  Log::Report::Dispatcher::Perl(3)
Impressum