Top "Nlog-configuration" questions

make NLog.config file load the file from (d:\dev) instead of "\bin\debug\"

I used Nlog for logging purpose in a particular DLL. The DLL is then used in another application (it is …

c# configuration configuration-files nlog nlog-configuration
Have NLog write to console

I'm pretty new to NLog. I have a .NET framework console application using NLog. I hope to configure NLog to …

.net nlog nlog-configuration
Is there a way to put NLog.config information inside of my app.config file?

Is there a way to put NLog.config information inside of my app.config file? This way I can have …

.net app-config nlog nlog-configuration
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