You are here

public function Auditlog::log in Audit Log 7

Logs this audit log.

See also

hook_audit_log()

File

includes/AuditLog.php, line 150

Class

Auditlog
Represents an AuditLog object.

Code

public function log() {
  module_invoke_all('audit_log', $this);
}