NLog is a free logging platform for .NET
In my NLog configuration, I have a catch-all logger but a specific logger I have created is very spammy and …
nlogIn NLog is possible to create multiple loggers with different configuration? I have a component that every time that is …
c# logging configuration nlogHow can I add, edit, delete, enable, and disable loggers from code for NLog?
c# nlogI have a web project (ASP.NET MVC 4 project) that has a number of configurations stored in Web.Config and …
asp.net-mvc xslt deployment web-config nlogUPDATED on 11/18/2014 - While browsing the log4net source repository, I found that the implementation of LogicalThreadContext was modified in …
.net logging log4net nlog thread-local-storageI've got a .NET Core web app that I'm trying to add logging to via NLog. In previous projects, I've …
logging dependency-injection asp.net-core nlogWhen I take down the database that backs nlog, nothing gets get logged and it seems NLog swallows the problem. …
nlogHow I can delete files with logs older than X days. It's simple, but I have in one folder logs …
c# asp.net-mvc nlogI created a consumer/job that I will have running as a process on Linux written in C#. The process …
c# .net-core nlogI have the following code that creates a PowerShell runspace with the Exchange 2010 snap in loaded. Dim runspaceConfig = RunspaceConfiguration.Create() …
.net powershell exchange-server nlog exchange-server-2010