Skip to main content

Interface: LogEntry

@arolariu/website


@arolariu/website / instrumentation.server / LogEntry

Interface: LogEntry

Defined in: instrumentation.server.ts:388

Log entry structure for structured logging.

Indexable

[key: string]: unknown

Additional structured attributes

Properties

timestamp

timestamp: string

Defined in: instrumentation.server.ts:392

ISO 8601 timestamp


level

level: LogLevel

Defined in: instrumentation.server.ts:397

Log level


message

message: string

Defined in: instrumentation.server.ts:402

Human-readable message


traceId?

optional traceId?: string

Defined in: instrumentation.server.ts:407

Trace ID for correlation (if within a span)


spanId?

optional spanId?: string

Defined in: instrumentation.server.ts:412

Span ID for correlation (if within a span)


context?

optional context?: RenderContext

Defined in: instrumentation.server.ts:417

Rendering context

// was this page useful?