NLog.Extensions.Logging 1.0.0-rtm-beta6

This is a prerelease version of NLog.Extensions.Logging.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NLog.Extensions.Logging --version 1.0.0-rtm-beta6
NuGet\Install-Package NLog.Extensions.Logging -Version 1.0.0-rtm-beta6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NLog.Extensions.Logging" Version="1.0.0-rtm-beta6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLog.Extensions.Logging --version 1.0.0-rtm-beta6
#r "nuget: NLog.Extensions.Logging, 1.0.0-rtm-beta6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NLog.Extensions.Logging as a Cake Addin
#addin nuget:?package=NLog.Extensions.Logging&version=1.0.0-rtm-beta6&prerelease

// Install NLog.Extensions.Logging as a Cake Tool
#tool nuget:?package=NLog.Extensions.Logging&version=1.0.0-rtm-beta6&prerelease

NLog provider for Microsoft.Extensions.Logging for usage in .NET Standard libraries and console applicaties.

For ASP.NET Core, use NLog.Web.AspNetCore

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NLog.Extensions.Logging:

Package Downloads
NLog.Web.AspNetCore

NLog LoggerProvider for Microsoft.Extensions.Logging and ASP.NET Core platform. Adds helpers and layout renderers for websites and web applications. Supported platforms: - For ASP.NET Core 5, .NET 5 - For ASP.NET Core 3, .NET Core 3.0 - For ASP.NET Core 2, .NET Standard 2.0+ and .NET 4.6+ - For ASP.NET Core 1, .NET Standard 1.5+ and .NET 4.5.x

GitHub repositories (70)

Showing the top 5 popular GitHub repositories that depend on NLog.Extensions.Logging:

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
quartznet/quartznet
Quartz Enterprise Scheduler .NET
Version Downloads Last updated
1.7.4 64 9/19/2022
1.7.1.1509-PR479 0 3/8/2021
1.7.1 0 3/8/2021
1.7.0 32,418 3/8/2021
1.6.5 0 3/8/2021
1.6.4 0 3/8/2021
1.6.3 0 3/8/2021
1.6.2 0 3/8/2021
1.6.1 2 3/8/2021
1.6.0 5 3/8/2021
1.5.4 0 3/8/2021
1.5.3 0 3/8/2021
1.5.2 0 3/8/2021
1.5.1 0 3/8/2021
1.5.1-rc2 0 3/8/2021
1.5.1-rc1 0 3/8/2021
1.5.0 2 3/8/2021
1.5.0-rc1 0 3/8/2021
1.4.0 2 3/8/2021
1.3.0 3 3/8/2021
1.2.1 0 3/8/2021
1.2.0 0 3/8/2021
1.1.0 1 3/8/2021
1.0.2 9,462 3/8/2021
1.0.1 0 3/8/2021
1.0.0 0 3/8/2021
1.0.0-rtm-rc7 0 3/8/2021
1.0.0-rtm-rc6 0 3/8/2021
1.0.0-rtm-rc5 0 3/8/2021
1.0.0-rtm-rc4 0 3/8/2021
1.0.0-rtm-rc3 0 3/8/2021
1.0.0-rtm-rc2 0 3/8/2021
1.0.0-rtm-rc1 0 3/8/2021
1.0.0-rtm-beta7 15 3/8/2021
1.0.0-rtm-beta6 0 3/8/2021
1.0.0-rtm-beta5 54 3/8/2021
1.0.0-rtm-beta4 4 3/8/2021
1.0.0-rtm-beta3 4 3/8/2021
1.0.0-rtm-beta2 5 3/8/2021
1.0.0-rtm-beta1 3 3/8/2021
1.0.0-rtm-alpha5 3 3/8/2021
1.0.0-rtm-alpha4 8 3/8/2021
1.0.0-rtm-alpha3 0 3/8/2021
1.0.0-rtm-alpha2 0 3/8/2021
1.0.0-rtm-alpha1 0 3/8/2021
1.0.0-rc2-final-2016-05-21 0 3/8/2021
1.0.0-rc1-final-2016-03-11 0 3/8/2021
1.0.0-rc1-final-2016-02-06 0 3/8/2021
1.0.0-rc1 0 3/8/2021

- .NET Standard 2 support
- switch from NestedDiagnosticsContext to NestedDiagnosticsLogicalContext  - use ${NDLC} instead of ${NDC} in your config when using BeginScope.
- Log exceptions when log message empty
- Minimize string-allocations when adding EventId-properties
- Update dependencies