GitHunt
SN

snakefoot/NLog.Extensions.Logging

NLog provider for Microsoft's logging for .NET Core

NLog

NLog.Extensions.Logging & NLog.Extensions.Hosting

NuGet Release

NuGet Release

Build status






NLog.Extensions.Logging

NLog.Extensions.Logging enables NLog as Logging Provider for Microsoft ILogger-abstraction and Dependency Injection.

Notice the standard NLog NuGet package is enough for using NLog Logger with simple console application on the .NET Core platform.
Just configure NLog using Fluent Setup API or add NLog.config file to the project, and follow the tutorial for using GetCurrentClassLogger().

NLog.Extensions.Hosting

NLog.Extensions.Hosting introduces UseNLog() as extension-method for the application HostBuilder,
and includes the layoutrenderers ${host-rootdir} + ${host-environment} + ${host-appname}.

Note if using ASP.NET Core then instead install NLog.Web.AspNetCore.

Getting Started Tutorials:

Languages

C#98.4%PowerShell1.6%
BSD 2-Clause "Simplified" License
Created August 5, 2017
Updated March 8, 2026
snakefoot/NLog.Extensions.Logging | GitHunt