renderLogMessage()
Overview
public any function renderLogMessage(
required struct log
)
Renders the given log (a structure of the log detail). See Using the audit trail system for more details on providing custom renderers for log entries.
Arguments
Name | Type | Required | Description |
---|---|---|---|
log | struct | Yes | A struct representing the log. Contains all keys found in the audit_log object with the detail key deserialized to a meaninful datatype |