Skip to content

LogRecord

Defined in: src/logging/Logger.ts:15

Complete structured log record emitted by ZeroTransfer helpers.

[key: string]: unknown

Additional structured fields supplied by adapters or services.

PropertyTypeDescriptionDefined in
bytes?numberByte count associated with the operation.src/logging/Logger.ts:37
commandId?stringCorrelation id for a protocol command.src/logging/Logger.ts:29
component?stringSDK component that produced the record.src/logging/Logger.ts:21
connectionId?stringCorrelation id for a connection lifecycle.src/logging/Logger.ts:27
durationMs?numberOperation duration in milliseconds.src/logging/Logger.ts:35
host?stringRemote host associated with the record.src/logging/Logger.ts:25
levelLogLevelSeverity level for the record.src/logging/Logger.ts:17
messagestringHuman-readable summary message.src/logging/Logger.ts:19
path?stringRemote or local path associated with the record.src/logging/Logger.ts:33
protocol?stringActive protocol for the record.src/logging/Logger.ts:23
transferId?stringCorrelation id for a transfer lifecycle.src/logging/Logger.ts:31