Audit::DBI

Audit data changes in your code and store searchable log records in a database
Download

Audit::DBI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Guillaume Aubert
  • Publisher web site:
  • http://search.cpan.org/~aubertg/

Audit::DBI Tags


Audit::DBI Description

Audit::DBI is a Perl module that changes audit data in your code and stores searchable log records in a database.SYNOPSIS use Audit::DBI; # Create the audit object. my $audit = Audit::DBI->new( database_handle => $dbh, ); # Create the necessary tables. $audit->create_tables(); # Record an audit event. $audit->record( event => $event, subject_type => $subject_type, subject_id => $subject_id, event_time => $event_time, diff => , search_data => \%search_data, information => \%information, affected_account_id => $account_id, file => $file, line => $line, ); # Search audit events. my $audit_events = $audit->review( );Product's homepage


Audit::DBI Related Software