NLog is a free logging platform for .NET
I'm using NLog to do some logging and I've run into an issue with the archiving and filenames. I'm creating …
c# nlogIs there a configuration in NLOG that accomplishes the following 1)A new log file should be created , when the current …
nlog rolloverI am using NLog and I want to log to RichTextBox and File at the same time. And I want …
c# logging configuration nlogMy solution in Visual Studio 2012 currently contains two projects: DLL WPF application (which requires methods of the DLL) Both, the …
c# visual-studio-2012 dll project nlogWhen starting my windows service with "NT AUTHORITY\NETWORK SERVICE" credentials I experience a strange issue with NLog: it simply …
logging windows-services windows-server-2008-r2 nlogI am using NLog to log the exceptions in my asp.net mvc (C#) application. NLog is not working in …
c# asp.net-mvc nlogJust for the case that somebody produces one day the same error. In the starting section of the NLog.config …
c# xsd nlogIs there any way I can get the context so I can retrieve the loggerName and use LogManager.GetLogger(loggerName) …
.net dependency-injection ioc-container nlog simple-injectorNLog allows me to use SplitGroup to log my messages to several targets. I'd like to use this feature to …
c# configuration nlog redundancy nlog-configuration