This package can be used to create logs to track changes in database records.
It provides a class that can be used to implement a behavior to create audit logs for changes performed in model that stores data object values in a database.
The class can record in a log the type of change that was performed, the current user ID and IP address, as well the names and values of the records that were changed.