composeAuditLogs
function composeAuditLogs(...logs: readonly MftAuditLog[]): MftAuditLog;Defined in: src/mft/audit.ts:104
Combines multiple audit logs into a single fan-out log.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
…logs | readonly MftAuditLog[] | Logs that should each receive every recorded entry. |
Returns
Section titled “Returns”A composite log whose record writes to all targets in order and
whose list returns the first non-empty result.