Top "Nlog" questions

NLog is a free logging platform for .NET

NLog: can't write to event log

I can't write to the event log with NLog. I've been able to write to the console and to a …

logging event-log nlog
Manage logging configuration with NLog in .NET Core 3

I'm using NLog in a .NET Core 3.1 worker service application. Following the tutorial of NLog I inserted an nlog.config …

.net-core nlog ilogger
serialize objects or collections to log

I want save some addtitional info with my error message. For example it should be user query, or something else. …

c# .net nlog
How do I switch from Log4Net to NLog in Quartz.Net?

My company's standard logging tool is NLog. I'm trying to introduce Quartz.net and was asked if it could use …

log4net quartz.net nlog common.logging
How to Log to Elastic Search by NLog or SeriLog with authentications

We are currently use azure scale set (many VMs on one source group with load balance and one availability set), …

asp.net elasticsearch logstash nlog serilog
NLog throws configuration exception on all aspnet layout renderers

I have been working to set up NLog v2 on my ASP.NET MVC 3 application and it has worked very …

asp.net-mvc asp.net-mvc-3 nlog
Add / remove logfiles during runtime in NLog

I'm writing a small file conversion utility. Files get automatically converted when they are dropped into a directory. I'm using …

c# .net logging nlog
WCF logging/tracing and activity id propagation using log4net or NLog

I have seen many other questions on logging. Best practices. What logging platform is best. Etc. Here are some links …

wcf logging log4net nlog system.diagnostics
NLog dynamically change filename using NLog.config

How to dynamically change the FileName using a variable from C#? My idea is to create a log file like …

c# nlog common.logging
How can I output NLog stuff to the vs2008 'output' window?

I'm using NLog to log my stuff. I'm trying to send the output to the console (or colouredconsole) ... which I'm …

asp.net nlog