Interface: LogEntry
@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?
optionaltraceId?:string
Defined in: instrumentation.server.ts:405
Trace ID for correlation (if within a span)
spanId?
optionalspanId?:string
Defined in: instrumentation.server.ts:410
Span ID for correlation (if within a span)
context?
optionalcontext?:RenderContext
Defined in: instrumentation.server.ts:415
Rendering context
// was this page useful?