Skip to content

composeAuditLogs

function composeAuditLogs(...logs: readonly MftAuditLog[]): MftAuditLog;

Defined in: src/mft/audit.ts:104

Combines multiple audit logs into a single fan-out log.

ParameterTypeDescription
logsreadonly MftAuditLog[]Logs that should each receive every recorded entry.

MftAuditLog

A composite log whose record writes to all targets in order and whose list returns the first non-empty result.