![]() |
![]()
| ![]() |
![]()
NAMEDBIx::Class::AuditLog - Simple activity audit logging for DBIx::Class VERSIONversion 0.6.4 NAMEDBIx::Class::AuditLog - Simple activity audit logging for DBIx::Class VERSIONversion 0.2.6 DBIx::Class OVERRIDDEN METHODSinsertupdatedeleteHELPER METHODS_audit_log_schemaReturns the AuditLog schema from storage. my $al_schema = $schmea->audit_log_schema; _action_setupCreates a new AuditLog Action for a specific type. Requires:
_store_changesStore the column data that has changed Requires:
_do_auditReturns 1 or 0 if the column should be audited or not. Requires:
_force_auditReturns 1 or 0 if the column should be audited even if its value did not change. Requires:
_do_modify_audit_valueReturns 1 or 0 if the columns value should be modified before audit. Requires:
_modify_audit_valueModifies the colums audit-value. Dies if no modify-method could be found. Returns:
Requires:
AUTHORMark Jubenville <ioncache@gmail.com> CONTRIBUTORSLukas Thiemeier <lukast@cpan.org> Dimitar Petrov <dcpetrov@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2012 by Mark Jubenville. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. AUTHORMark Jubenville <ioncache@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2012 by Mark Jubenville. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|