UNPKG

nodejs-logsage

Version:

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

7 lines (4 loc) 191 B
import { Application } from 'express'; export { LoggerMiddleware } from './logger.middleware.js'; declare const logsageMiddleware: (app: Application) => void; export { logsageMiddleware };