NLog.Extensions.Logging
NLog.Extensions.Logging copied to clipboard
NLog as Logging Provider for Microsoft Extension Logging
NLog.Extensions.Logging & NLog.Extensions.Hosting
NLog.Extensions.Logging
NLog.Extensions.Logging makes it possible to use NLog together with Microsoft ILogger-abstraction and Dependency Injection.
It provides extension methods to register NLog as LoggingProvider for Microsoft Extension Logging using AddNLog()
or UseNLog()
.
Note if using ASP.NET Core then instead install NLog.Web.AspNetCore.
NLog.Extensions.Logging also makes it possible to load NLog Configurations from appsettings.json
Notice the standard NLog NuGet package is enough for using NLog Logger with simple console application on the .NET Core platform.
Just add NLog.config
file to the project, and follow the tutorial for using GetCurrentClassLogger()
.