🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
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