NLog is a free logging platform for .NET
Anyone have experience for both? How do they stack up against each other? We are planning on using one of …
log4net nlogI am trying to add logging to an application running on mobile device with Windows Mobile 6.1. � .NET Compact framework 3.5. using …
c# compact-framework nlogI'm trying to get NLog to write to a database, however with my current code it throws an exception when …
c# database nlogI have a windows service and use nlog for logging. Everything works fine when I run from the visual studio …
c# logging windows-services service nlogI 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 am interested in learning more about how people inject logging with dependency injection platforms. Although the links below and …
c# logging dependency-injection log4net nlogWhen I use the default layout with NLog it only prints the name of the exception. I've been told that …
.net exception stack-trace nlogI currently use NLog on a lot of projects. On some, I log to a database. Here is what I …
c# nlog