Back to Refine

Audit Log Provider Example | Best Practices in Refine v5

documentation/docs/examples/audit-log/audit-log-provider.md

3.25.0391 B
Original Source

Refine allows you to track changes and who made them in your data by sending a new log event record whenever a new record is created, updated or deleted. This example demonstrates how to create an audit log provider.

Refer to the Refine Audit Log Provider documentation for more information. →

<CodeSandboxExample path="audit-log-provider" />