UNPKG

nestjs-logitron

Version:

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

4 lines (3 loc) 126 B
export { ILogger, ILoggerOptions, LogEntry, LogLevel, LoggerType } from './logger.types.js'; import 'pino'; import 'winston';