Auditor
The Auditor class is responsible for auditing and clearing Audit records.
The Auditor class is responsible for auditing and clearing Audit records.
Allows you to modify attributes before being audited. Sensitive data can be omitted or modified using this feature.
The metadata and modified data can be accessed in several ways.
Resolvers provide a convenient way to get the basic data for audit.
Besides storing model attribute changes, drivers also handle pruning when an audit threshold is set.
If needed, the Audit data can be transformed before being stored.
Tags mark audit logs and are very useful for filtering.
Auditing's events provide a simple observer pattern implementation, allowing you to subscribe and listen to the audit events.
Ability use an Audit record to transition between the states of an Auditable model.