⚡
Fast & Lightweight
Built on Pino, one of the fastest Node.js loggers with minimal overhead
Pino-based logger with file rotation and pretty printing
pnpm add @shinijs/logger pino pino-prettyimport { LoggerModule } from '@shinijs/logger';
@Module({
imports: [LoggerModule],
})
export class AppModule {}See the Installation Guide for detailed setup instructions.