LogRecordInput
Defined in: src/logging/Logger.ts:45
Log record input accepted by emitLog; the helper adds the level.
Extends
Section titled “Extends”Omit<LogRecord,"level">
Indexable
Section titled “Indexable”[key: string]: unknown[key: number]: unknownProperties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
message | string | Human-readable summary message. | src/logging/Logger.ts:47 |