LogRecord
Defined in: src/logging/Logger.ts:15
Complete structured log record emitted by ZeroTransfer helpers.
Indexable
Section titled “Indexable”[key: string]: unknownAdditional structured fields supplied by adapters or services.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
bytes? | number | Byte count associated with the operation. | src/logging/Logger.ts:37 |
commandId? | string | Correlation id for a protocol command. | src/logging/Logger.ts:29 |
component? | string | SDK component that produced the record. | src/logging/Logger.ts:21 |
connectionId? | string | Correlation id for a connection lifecycle. | src/logging/Logger.ts:27 |
durationMs? | number | Operation duration in milliseconds. | src/logging/Logger.ts:35 |
host? | string | Remote host associated with the record. | src/logging/Logger.ts:25 |
level | LogLevel | Severity level for the record. | src/logging/Logger.ts:17 |
message | string | Human-readable summary message. | src/logging/Logger.ts:19 |
path? | string | Remote or local path associated with the record. | src/logging/Logger.ts:33 |
protocol? | string | Active protocol for the record. | src/logging/Logger.ts:23 |
transferId? | string | Correlation id for a transfer lifecycle. | src/logging/Logger.ts:31 |