Top "Nlog" questions

NLog is a free logging platform for .NET

Logging in multiple files using NLog

I am using NLog for logging purpose. My code is as follows: <?xml version="1.0" encoding="utf-8" ?> <nlog …

c# winforms nlog
Using NLog as a rollover file logger

How - if possible - can I use NLog as a rollover file logger? as if: I want to have …

c# .net nlog
NLog performance

What should the expected overhead be for logging? I have tried this example private class Person { private static Logger logger = …

c# logging nlog
Enterprise Logging Block vs NLog vs log4net

I need to use a logging library in my project and considering between Enterprise Logging Block vs NLog vs log4…

c# log4net enterprise-library nlog
How to Use LoggerFactory and Microsoft.Extensions.Logging for .NET Core Console Logging With C#

I've created a console application that uses a service layer. Program.cs public static void Main(string[] args) { // Create service …

c# logging dependency-injection asp.net-core nlog
why is CONVERT string to VARBINARY in SQL Server only converting first character?

I am using NLog to log in my application and as part of that we are logging the customer number, …

sql nlog varchar varbinary
Use app data directory in NLog file path

How can I set the target in the NLog.config file to create the log file in the user app …

logging nlog
How to get NLog to write to database

I'm trying to get NLog to log to my database log table but to no avail. I'm sure my connection …

c# web-config nlog
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
How do I email errors logged with NLog?

I am using NLog for the first time, i figured out how to write to a text file, but now …

.net vb.net email nlog