dxFeed / dxfeed-graal-net-api

For .NET developers, this library offers easy access to dxFeed market data. Built upon the GraalVM Native Image and our flagship dxFeed Java API, it provides a seamless experience for .NET-based applications
Mozilla Public License 2.0
11 stars 6 forks source link

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". #81

Open veritacodex opened 3 months ago

veritacodex commented 3 months ago

I know we are using a .net port from Java and this error for the logging facade is harmless, but I was wondering if there is any library we could use in .net to get rid of it.

Since it is after the StaticLoggerBinder, a very specific class for the Java library, my guess is that we could use another port for the logging library itself.

Any recommendations for a library to include in our projects?

stdcion commented 3 months ago

Hello @veritacodex!

We plan to move all logging to the dotnet side in future releases, unfortunately I can't give a specific ETA, we have some higher priorities right now. And then it will be possible to configure everything with native dotnet tools.

But if the problem is only to remove that log entry, I think we can temporarily sub an empty implementation of that class at build time to remove that entry. We'll keep you posted on this ticket!

Best regards, dxFeed APIs Team