Files
2026-07-17 14:43:33 +02:00
..
2026-07-17 14:43:33 +02:00
2026-07-17 14:43:33 +02:00
2026-07-17 14:43:33 +02:00
2026-07-17 14:43:33 +02:00

NLog.Extensions.Logging

Integrates NLog as Logging provider for Microsoft.Extensions.Logging, by just calling AddNLog() on the Logging-builder.

Providing features like:

If using ASP.NET Core then check NLog.Web.AspNetCore.

Supported platforms:

  • .NET 6, 7, 8, 9 and 10
  • .NET Standard 2.0 and 2.1
  • .NET 4.6.2 - 4.8

Register NLog as logging provider:

builder.Logging.ClearProviders();
builder.Logging.AddNLog();

Useful Links: