I found a CodeProject with an example of how to get this to work, but it doesn't work. The main …
c# asp.net-core logging nlog microsoft-extensions-loggingI'm working on an MVC6 web app and I'm new to ASP.NET 5. I can see that the Logging (Microsoft.…
asp.net-core asp.net-core-mvc microsoft-extensions-loggingThis question is related to Steven’s answer - here. He proposed a very good logger wrapper. I will paste …
c# .net logging microsoft-extensions-loggingI have the following code to set up logging to database using NLog. I use an Alpha version of NLog.…
asp.net-core .net-core nlog microsoft-extensions-loggingI'm working with a project which utilizes Simple Injector as dependency injector. On the other hand, this project uses Microsoft.…
c# dependency-injection simple-injector microsoft-extensions-logging