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