UNPKG

nodejs-logsage

Version:

Powerful logger module for NestJS, seamlessly integrating Pino and Winston for flexible logging with easy configuration.

10 lines (7 loc) 255 B
import { Request, Response, NextFunction } from 'express'; declare class LoggerMiddleware { private static clsNamespace; use(req: Request, res: Response, next: NextFunction): void; static getTraceId(): string; } export { LoggerMiddleware };