INNER CODE UNIT · TypeScript
AppModule
VincentJouanne/nest-clean-architecture · api-gateway/src/app.module.ts:29
export class AppModule implements OnModuleInit {
constructor(private readonly logger: PinoLoggerService) { }
onModuleInit(): void {
this.logger.setContext('AppModule');
}
}