NLog reference in Solace.Messaging.Trace.Propagation
Hi, you are referencing directly NLog 5.2.0 in Solace.Messaging.Trace.Propagation .NET package and using its type Logger as a base type for SolLogger.
Any chance to remove NLog dependency and use ILogger instead?
Problem is that we cant link it because we use different version of NLog and in general it is good practice to not pull this kind of dependencies on specific logger into general purpose library.
thanks,
Boris
Answers
-
Hi @borisbucha,
Hope you're doing well! Just a heads up that we saw this and are looking into it. Will get back to you soon!
0 -
awesome, thanks @marc
Also, opensourcing these client libs would be great :)
Not sure how realistic.
We’d happy send PRs for small changes like these.
1