SDKLogEntry
Defined in: domains/log.ts:13
Properties
Section titled “Properties”id: number;Defined in: domains/log.ts:14
timestamp
Section titled “timestamp”timestamp: string;Defined in: domains/log.ts:16
ISO 8601 timestamp of when the entry was written.
level: SDKLogLevel;Defined in: domains/log.ts:17
domain
Section titled “domain”domain: SDKLogDomain;Defined in: domains/log.ts:18
function
Section titled “function”function: string | null;Defined in: domains/log.ts:20
Full function name that wrote the entry, or null for sdk entries.
message
Section titled “message”message: string;Defined in: domains/log.ts:21
durationMs
Section titled “durationMs”durationMs: number | null;Defined in: domains/log.ts:23
How long the operation took in milliseconds, or null for sdk entries.
retryCount
Section titled “retryCount”retryCount: number | null;Defined in: domains/log.ts:25
Number of retries before success, or null for sdk entries.
metadata
Section titled “metadata”metadata: Record<string, unknown> | null;Defined in: domains/log.ts:27
Arbitrary key/value metadata attached to the entry.