NLog is a free logging platform for .NET
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 nlogI'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 iloggerI want save some addtitional info with my error message. For example it should be user query, or something else. …
c# .net nlogMy 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.loggingWe are currently use azure scale set (many VMs on one source group with load balance and one availability set), …
asp.net elasticsearch logstash nlog serilogI 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 nlogI have seen many other questions on logging. Best practices. What logging platform is best. Etc. Here are some links …
wcf logging log4net nlog system.diagnosticsHow to dynamically change the FileName using a variable from C#? My idea is to create a log file like …
c# nlog common.loggingI'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