ArieGato / serilog-sinks-rabbitmq

Serilog Sink for RabbitMq
Apache License 2.0
53 stars 51 forks source link

Add RabbitMQ extension method overloading for backward compatibility #90

Closed HubertoKusters closed 5 years ago

HubertoKusters commented 5 years ago

With the current extension methods it was not possible to overrule the TextFormatter. To solve this new extension methods are added to be backward compatible with old configuration settings as was in 2.0.2. Also, the existing extension method was changed to allow for a TextFormatter parameter.

madslyng commented 5 years ago

Looks good to me. @tsvetelintsonev @huan086 Can you guys confirm ?

madslyng commented 5 years ago

We should probably add a integration test, to prove that this works