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


NAME

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


INHERITANCE

 Log::Report::Dispatcher::Perl
   is a Log::Report::Dispatcher


SYNOPSIS

 dispatcher Log::Report::Dispatcher::Perl => 'default'
   , accept => 'NOTICE-';
 # close the default dispatcher
 dispatcher close => 'default';


DESCRIPTION

Ventilate the problem reports via the standard Perl error mechanisms: die(), warn(), and print(). There can be only one such dispatcher (per thread), because once die() is called, we are not able to return. Therefore, this dispatcher will always be called last.

In the early releases of Log::Report, it tried to simulate the behavior of warn and die using STDERR and exit; however: that is not possible.


METHODS

Constructors

$obj->close

See Constructors in the Log::Report::Dispatcher manpage

Log::Report::Dispatcher::Perl->new(TYPE, NAME, OPTIONS)

See Constructors in the Log::Report::Dispatcher manpage

Accessors

$obj->isDisabled

See Accessors in the Log::Report::Dispatcher manpage

$obj->mode

See Accessors in the Log::Report::Dispatcher manpage

$obj->name

See Accessors in the Log::Report::Dispatcher manpage

$obj->needs

See Accessors in the Log::Report::Dispatcher manpage

$obj->type

See Accessors in the Log::Report::Dispatcher manpage

Logging

$obj->collectLocation

Log::Report::Dispatcher::Perl->collectLocation

See Logging in the Log::Report::Dispatcher manpage

$obj->collectStack([MAXDEPTH])

See Logging in the Log::Report::Dispatcher manpage

$obj->log(HASH-of-OPTIONS, REASON, MESSAGE)

See Logging in the Log::Report::Dispatcher manpage

$obj->stackTraceLine(OPTIONS)

Log::Report::Dispatcher::Perl->stackTraceLine(OPTIONS)

See Logging in the Log::Report::Dispatcher manpage

$obj->translate(HASH-of-OPTIONS, REASON, MESSAGE)

See Logging in the Log::Report::Dispatcher manpage


DETAILS


SEE ALSO

This module is part of Log-Report distribution version 0.19, built on November 24, 2008. Website: http://perl.overmeer.net/log-report/


LICENSE

Copyrights 2007-2008 by Mark Overmeer. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html