-
Notifications
You must be signed in to change notification settings - Fork 151
Home
Rolf Kristensen edited this page Jan 9, 2022
·
30 revisions
- NLog.Extensions.Logging - Adds NLog as LoggingProvider for Microsoft.Extension.Loggging. And supports NLog config in appsettings.json.
- NLog.Extensions.Hosting - Adds NLog as LoggingProvider for Microsoft.Extension.Hosting. If running ASP.NET Core, then it is recommended to instead use NLog.Web.AspNetCore-nuget-package.
Note if just wanting to use NLog on .NET Core without Microsoft ILogger-abstraction, then just use the standard NLog-nuget-package.
- NLog GetCurrentClassLogger and Microsoft ILogger
- NLog properties with Microsoft Extension Logging
- How to use structured logging
- NLog configuration with appsettings.json
- NLog Console vs AddConsole
- Getting started with ASP.NET Core 6
- Getting started with ASP.NET Core 5
- Getting started with ASP.NET Core 3
- Getting started with ASP.NET Core 2
- Getting started with .NET Core 2 Console application
- Getting started with ASP.NET Core 1 (csproj - vs2017)
- Getting Started with ASP.NET Core 1 (project.json - vs2015)
- Multiple blogs to get started with ASP.NET Core and NLog
- Using NLog with appsettings.json
For configuration options: http://nlog-project.org/config/
For general usage of NLog: NLog wiki