Skip to content

NLog Provider for Microsoft.Extensions.Logging for .NET Standard libraries and .NET Core applications

License

Notifications You must be signed in to change notification settings

flashcom2014/NLog.Extensions.Logging

 
 

Repository files navigation

NLog

NLog.Extensions.Logging

NuGet Pre Release Build status

NLog provider for Microsoft.Extensions.Logging; .NET Core. ASP.NET Core users should install NLog.Web.AspNetCore.

Note: Microsoft haven't ported all their classes to .NET standard, so not every target/layout renderer is available. Please check platform support

Getting started

ASP.NET Core

.NET Core Console application

You can choose whether or not to use Dependency Injection when using NLog in a .NET Core Console application. If you don't want to use DI, you can just add the NLog NuGet package to your project, manually add an NLog.config file, follow this tutorial to GetCurrentClassLogger(), and use that for logging.

To use DI, you can use NLog in conjunction with Microsoft.Extensions.Logging by following the 'getting started' tutorial below.

Known issues

  • auto load of NLog extensions won't work yet. Use <extensions> (see docs)

How to run the examples

How to run the dotnet-core-examples:

  1. Install dotnet: http://dot.net
  2. From source: dotnet run

About

NLog Provider for Microsoft.Extensions.Logging for .NET Standard libraries and .NET Core applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.0%
  • PowerShell 3.0%