| 18 | } |
| 19 | |
| 20 | export 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 | |
| 30 | export declare class Logger { |
| 31 | constructor (config: SeqLoggerConfig) |
nothing calls this directly
no outgoing calls
no test coverage detected