Builtin::Logged

Replace builtin functions with ones that log using Log::Any
Download

Builtin::Logged Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Steven Haryanto
  • Publisher web site:
  • http://search.cpan.org/~sharyanto/

Builtin::Logged Tags


Builtin::Logged Description

Builtin::Logged is a Perl module that provides replacement for some builtin functions (and operators). The replacement behaves exactly the same, except that they are peppered with log statements from Log::Any. The log statements are at trace level.This module is useful if you already use Log::Any for your application.SYNOPSIS use Builtin::Logged qw(system my_qx); system "blah ..."; my $out = my_qx(blah ...);When run, it might produce logs like: system(): blah ... system() child error: 256 (exited with value 1) my_qx(): blah ... my_qx() child error: 0 (exited with value 0)Product's homepage


Builtin::Logged Related Software