Skip to main content

Interface: LogEntry

@arolariu/website


@arolariu/website / instrumentation.server / LogEntry

Interface: LogEntry

Defined in: instrumentation.server.ts:386

Log entry structure for structured logging.

Indexable

[key: string]: unknown

Additional structured attributes

Properties

timestamp

timestamp: string

Defined in: instrumentation.server.ts:390

ISO 8601 timestamp


level

level: LogLevel

Defined in: instrumentation.server.ts:395

Log level


message

message: string

Defined in: instrumentation.server.ts:400

Human-readable message


traceId?

optional traceId?: string

Defined in: instrumentation.server.ts:405

Trace ID for correlation (if within a span)


spanId?

optional spanId?: string

Defined in: instrumentation.server.ts:410

Span ID for correlation (if within a span)


context?

optional context?: RenderContext

Defined in: instrumentation.server.ts:415

Rendering context

// was this page useful?