Top "Nlog" questions

NLog is a free logging platform for .NET

Create NLog file with current date and time without caching it, keeping the archive file name the same

I'm using NLog to do some logging and I've run into an issue with the archiving and filenames. I'm creating …

c# nlog
NLOG Rollover Configuration

Is there a configuration in NLOG that accomplishes the following 1)A new log file should be created , when the current …

nlog rollover
How to use Topshelf.Logging properly

Any clue how to use Topshelf.Logging properly? Do I have to pass NLogLogWriter to the constructor of the service …

c# logging nlog topshelf
How to log to multiple targets using NLog?

I am using NLog and I want to log to RichTextBox and File at the same time. And I want …

c# logging configuration nlog
Setting up C# solution with multiple projects using NLog in Visual Studio

My 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 nlog
NLog does not write to a target file with filename containig dots

When 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 nlog
NLog not working in release mode

I am using NLog to log the exceptions in my asp.net mvc (C#) application. NLog is not working in …

c# asp.net-mvc nlog
C# NLog; Cannot find NLog.xsd file

Just for the case that somebody produces one day the same error. In the starting section of the NLog.config …

c# xsd nlog
Registering NLog ILogger with Simple Injector

Is 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-injector
How to apply different layouts to the same target in NLog?

NLog 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