Logging library compatibility issue with Refinitiv SDK

Hi Team,

After quite a few days of investigation, today we finally confirm a problem with Refinitiv SDK. We initialize the data consumer this way:

1716830564288.png

And we are using a C# logging library called NLog(https://nlog-project.org/). The strange thing is, after this new OmmConsumer() line is executed, our program cannot log. I guess this is a question you need to relay to the C# SDK development team—are they also using NLog library internally? It seems to me that, somehow, Refinitiv’s SDK is interfering with our logging facility which is based on NLog.

Best Answer