AlariCode / nestjs-rmq

A custom library for NestJS microservice. It allows you to use RabbitMQ or AMQP.
https://purpleschool.ru
MIT License
285 stars 38 forks source link

Feature/inject custom logger #10

Closed minenkom closed 4 years ago

minenkom commented 4 years ago

I suggest to use common logging standard which implements "standard" console interface (like, debug, error etc).

mjarmoc commented 4 years ago

+1 For using standard log interface with 7 methods, that is fulfilled by console, Winston etc..

AlariCode commented 4 years ago

@minenkom, great PR! I will edit some log messages, update Readme and merge it.