liblog-dispatch-perl-perl

Log::dispatch::perl - use core perl functions for logging
  http://search.cpan.org/dist/Log-Dispatch-Perl/
  0
  no reviews



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".