You are here

function hook_audit_log_skipped in Audit Log 7

Act on an audit log being skipped.

Parameters

Auditlog $log: The audit log being skipped.

1 invocation of hook_audit_log_skipped()
audit_log in ./audit_log.module
Log an audit log.

File

./audit_log.api.php, line 42
API documentation for the Audit log module.

Code

function hook_audit_log_skipped(Auditlog $log) {

  // Your logic.
}