3f939b1560
functions for logging. The "Log::Dispatch::Perl" module offers a logging alternative using standard Perl core functions. It allows you to fall back to the common Perl alternatives for logging, such as "warn" and "cluck". It also adds the possibility for a logging action to halt the current environment, such as with "die" and "croak". WWW: http://search.cpan.org/dist/Log-Dispatch-Perl/ PR: ports/62220 Submitted by: Lars Thegler <lars@thegler.dk>
7 lines
366 B
Text
7 lines
366 B
Text
The "Log::Dispatch::Perl" module offers a logging alternative using
|
|
standard Perl core functions. It allows you to fall back to the
|
|
common Perl alternatives for logging, such as "warn" and "cluck".
|
|
It also adds the possibility for a logging action to halt the current
|
|
environment, such as with "die" and "croak".
|
|
|
|
WWW: http://search.cpan.org/dist/Log-Dispatch-Perl/
|