Top "Nlog" questions

NLog is a free logging platform for .NET

Nlog Callsite is wrong when wrapper is used

I'm using NLog for logging, I use a wrapper to call log methods, my problem is: if I try to …

c# logging nlog
Are there any alternatives to Common.Logging?

EDIT: Common.Logging 2.1.1 was released on June 9, 2012 and the Github page is fairly active, with the author commenting specifically on …

.net logging nlog common.logging
C# derived class type needed in base for logging using NLog

We're using NLog for logging in an C# MVC3 web application. All of our controllers extend a custom base "ApplicationController" …

c# inheritance nlog