We are using NLog in our solution, which is primarily a C# application. We do however have a native C++ DLL project and a managed C++ DLL project that wraps it. We would like to be able to log from those projects to NLog like we do throughout the rest of the application.
I found some hints online that this was possible, but all the trails went cold. https://stackoverflow.com/a/9213528/2212458
Does anyone know if this is possible or how to proceed? Thanks.