LogMessage
Defined in: src/client/types.ts:19
A log or error message delivered to an HttpConnectOptions.onLog callback.
Properties
Section titled “Properties”extra?
Section titled “extra?”optional extra?: Record<string, any>;Defined in: src/client/types.ts:25
Optional structured fields attached to the log record.
level: string;Defined in: src/client/types.ts:21
Severity, mirroring the server’s log level (e.g. INFO, WARNING, EXCEPTION).
message
Section titled “message”message: string;Defined in: src/client/types.ts:23
The human-readable log text.