nlog-configuration Questions
3
Solved
NLog allows me to use SplitGroup to log my messages to several targets. I'd like to use this feature to log each message to a common, user-specific and date-specific logs at once:
<variable nam...
Purvis asked 2/3, 2011 at 18:20
2
Solved
I'm pretty new to NLog. I have a .NET framework console application using NLog. I hope to configure NLog to write the log to console directly. I installed NLog and the NLog.Config NuGet package, wi...
Repentant asked 15/6, 2018 at 21:52
5
Solved
I used Nlog for logging purpose in a particular DLL. The DLL is then used in another application (it is loaded dynamically using System.Reflection.Assembly.LoadFrom(path + a.dll)). I manually place...
Sismondi asked 11/4, 2013 at 20:28
1
Solved
Is there a way to put NLog.config information inside of my app.config file? This way I can have one config file instead of two. It could look like this:
<?xml version="1.0" encoding="utf-8" ?&g...
Circumferential asked 5/11, 2014 at 19:56
1
Solved
Nlog is throwing an exception now that I have updated from 1.0 -> 2.0.
When NLog.Config.XmlLoggingConfiguration.Initialize is called the following exception occurs:
"Error when setting property '...
Title asked 22/4, 2011 at 15:32
1
© 2022 - 2025 — McMap. All rights reserved.