antonyvorontsov / RabbitMQ.Client.Core.DependencyInjection

.Net Core library-wrapper of RabbitMQ.Client for Dependency Injection.
MIT License
111 stars 36 forks source link

remove console logging #57

Closed JanEggers closed 3 years ago

JanEggers commented 3 years ago

as a library author you should only depend on the logging abstraction.

I personally use serilog but in general the app developer should choose the logger.

it was quite hard to figure out why all of a sudden we had two loggers in our app fighting over the console