MCPcopy Create free account
hub / github.com/datalust/seq-logging / SeqEvent

Interface SeqEvent

index.d.ts:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface SeqEvent {
21 timestamp: Date
22 level?: string
23 traceId?: string
24 spanId?: string
25 messageTemplate?: string
26 properties?: object
27 exception?: string
28}
29
30export declare class Logger {
31 constructor (config: SeqLoggerConfig)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected