UNPKG

np-express-winston-logger

Version:

A TypeScript logger for Express using Winston and Elasticsearch

9 lines (8 loc) 172 B
export interface CustomLogData { timestamp: string; level: string; message: string; stack?: string; meta?: Record<string, any>; service?: string; }