-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Web resources
Rolf Kristensen edited this page Oct 15, 2024
·
69 revisions
- Introduction to NLog by Jaroslaw Kowalski (Original author of NLog)
- NLog Tutorial for .NET Logging by Stackify.com
- NLog Tutorial - Guide for logging by Elmah.io
- ASP.NET Core logging with NLog and PostgreSQL by Damian Hickey
- ASP.NET Core logging to MySQL using NLog by Damian Hickey
- ASP.NET Core logging with NLog and Microsoft SQL Server by Damian Hickey
- ASP.NET Core logging with NLog and Elasticsearch by Damian Hickey
- How to use NLog for .NET Core and ASP.NET Core Logging by Aleksander Kovac
- Configure NLog for ASP.NET MVC in 3 Steps by Jamil Hallal
- Logging setup in 5 minutes with NLog by Werner van Deventer
- ASP.Net Logging Using NLog by Ricky Rosario (Link Broken)
- Using NLog to Track Events by Andrew Hay (Link Broken)
- Ninject (Part 2): Customizing your infrastructure for logging by Ivan Porto Carrero
- Tracing and logging in .NET by Hieu Pham (Link Broken)
- Logging with PostSharp and NLog by Artemis West Ltd (Link Broken)
- Using NLog in C# by Orn Kristjansson (Link Broken)
- Logging NLog messages to a non-static method by Matt Valerio (Link Broken)
- NLog by Pete on Software
- Switching to NLog by Robert A. McCarter
- Sending the output from Linq to SQL to a Log file by Grant Barrington
- Logging to SQLite with NLog by Thomas Beck
- Aspect-Oriented Instrumentation with PostSharp, NLog, and SQLite by Thomas Beck
- Logging messages to a Syslog server using NLog by Graffen (Link Broken)
- How to NLog (2.1 & 3.1) with VisualStudio 2013 By Noctis on CodeProject
- How to NLog (4.2) with Visual Studio 2015 By Noctis on CodeProject
- NLog vs log4net performance comparison by @imanushin (Russian translation is here)
- Typical logging mistakes by @imanushin (Russian translation is here). Article is about he most common logging errors (which lead to application performance degradation).
- Microsoft Extensions Logging
- System.Diagnostics.Trace
- Castle Windsor
- LibLog (Marked as deprecated)
- Common Logging (Seems abandoned)
- Caliburn.Micro (Seems abandoned)
See also: Extending NLog
See also: Who Is Using NLog
- Troubleshooting Guide - See available NLog Targets and Layouts: https://nlog-project.org/config
- Getting started
- How to use structured logging
- Troubleshooting
- FAQ
- Articles about NLog
-
All targets, layouts and layout renderers
Popular: - Using NLog with NLog.config
- Using NLog with appsettings.json