Top "Nlog" questions

NLog is a free logging platform for .NET

How do I use Microsoft Application Insights with NLog (Target cannot be found: 'ApplicationInsights')

I am using Microsoft Application Insights for my Web Application. I used the Application Insights TraceListener NuGet package for logging. …

c# logging nlog azure-devops azure-application-insights
How to set NLog max file size?

Is there any option/configuration in NLog to set the max log file size (for example 5MB)? What I need …

c# logging nlog
How to integrate NLog to write log to Azure Streaming log

Currently I am using NLog to write my application errors to a text file. How can I configure NLog to …

c# azure-storage-blobs nlog
NLog and Common.Logging nightmare

So I have tried everything I can find to get these two to play together. I have installed the nuget …

nlog common.logging
NLog LogException seems to ignore the exception

LogException or any of the derived functions like ErrorException etc. seem to totally ignore the exception parameter passed in. Am …

logging nlog exception-logging
NLog internal log not working with ASP.Net MVC

I have a problem with NLog for logging its internal logs with this configuration <?xml version="1.0" encoding="utf-8" ?> &…

asp.net-mvc nlog
How to create new log file for each application run

As the title implies how can I create a new log file for each application run ? I know how to …

configuration nlog
How can I successfully configure Common.Logging?

I'm attempting to use NuGet packages to configure Common.Logging to use NLog2 in an ASP.Net MVC project. Based …

asp.net-mvc nlog common.logging
Add current user to NLog output

I want to add a string to each row on my NLog output. The logic stays the same, trying to …

c# nlog
How to log to database using the built-in Asp.Net core logging (Microsoft.Extensions.Logging)?

I have the following code to set up logging to database using NLog. I use an Alpha version of NLog.…

asp.net-core .net-core nlog microsoft-extensions-logging