UNPKG

nodejs-logitron

Version:

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

5 lines (4 loc) 110 B
export { getLogger } from './logger.factory.js'; import '../types/index.js'; import 'pino'; import 'winston';