CreateAuditLogEntry
function CreateAuditLogEntry(ctx: SelectableRequired<TcHmi.Context, 'success' | 'error'>, entry: TcHmi.Server.AuditTrail.CreateAuditLogEntry.AuditLogEntry): voidCreates an entry in the audit trail log.
Parameter
Name | Type | Description |
|---|---|---|
ctx | SelectableRequired<TcHmi.Context, 'success' | 'error'> | Context object that provides context-specific data and functions. |
entry | The data to be logged. |
Return value
Type | Description |
|---|---|
- | No return value |
![]() | Available from version 1.12 |
