NLog.Extensions.Logging
5.4.0
Prefix Reserved
dotnet add package NLog.Extensions.Logging --version 5.4.0
NuGet\Install-Package NLog.Extensions.Logging -Version 5.4.0
<PackageReference Include="NLog.Extensions.Logging" Version="5.4.0" />
<PackageVersion Include="NLog.Extensions.Logging" Version="5.4.0" />
<PackageReference Include="NLog.Extensions.Logging" />
paket add NLog.Extensions.Logging --version 5.4.0
#r "nuget: NLog.Extensions.Logging, 5.4.0"
#addin nuget:?package=NLog.Extensions.Logging&version=5.4.0
#tool nuget:?package=NLog.Extensions.Logging&version=5.4.0
NLog.Extensions.Logging
Integrates NLog as Logging provider for Microsoft.Extensions.Logging, by just calling AddNLog()
on the Logging-builder.
Providing features like:
- Capture structured message properties from the Microsoft ILogger
- Capture scope context properties from the Microsoft ILogger
BeginScope
- Load NLog configuration from appsettings.json
- Routing logging output to multiple destinations via the available NLog Targets
- Enrich logging output with additional context details via the available NLog LayoutRenderers
- Rendering logging output into standard formats like JSON, CVS, W3C ELF and XML using NLog Layouts.
If using ASP.NET Core then consider using NLog.Web.AspNetCore.
Supported platforms:
- .NET 5, 6, 7 and 8
- .NET Core 1, 2 and 3
- .NET Standard 1.3+ and 2.0+
- .NET 4.6.1 - 4.8
Registration of NLog as logging provider:
builder.Logging.ClearProviders();
builder.Logging.AddNLog();
Useful Links:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 is compatible. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net46 was computed. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- Microsoft.Extensions.Configuration.Abstractions (>= 2.1.0)
- Microsoft.Extensions.Logging (>= 2.1.0)
- NLog (>= 5.4.0)
-
.NETStandard 1.3
- Microsoft.Extensions.Configuration.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- NETStandard.Library (>= 1.6.0)
- NLog (>= 5.4.0)
-
.NETStandard 1.5
- Microsoft.Extensions.Configuration.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- NETStandard.Library (>= 1.6.0)
- NLog (>= 5.4.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration.Abstractions (>= 2.1.0)
- Microsoft.Extensions.Logging (>= 2.1.0)
- NLog (>= 5.4.0)
-
.NETStandard 2.1
- Microsoft.Extensions.Configuration.Abstractions (>= 3.1.0)
- Microsoft.Extensions.Logging (>= 3.1.0)
- NLog (>= 5.4.0)
-
net6.0
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging (>= 6.0.0)
- NLog (>= 5.4.0)
-
net8.0
- Microsoft.Extensions.Configuration.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
- NLog (>= 5.4.0)
NuGet packages (319)
Showing the top 5 NuGet packages that depend on NLog.Extensions.Logging:
Package | Downloads |
---|---|
NLog.Web.AspNetCore
Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog LayoutRenderers to enrich logging output with details from HttpContext. |
|
TIKSN-Framework
This is a .NET Framework enhancement framework. Main features are Versioning, Finance, Currency, Foreign Exchange, Money, Pricing strategy, Telemetry, Composite Weighted Progress, Repository and Unity of Wok pattern implementation with Entity Framework Core, Network Connectivity Service and Triggering, Settings, Windows Registry configuration source, Azure Storage Repository, MongoDB Repository, NoDB Repository, Lingual and Regional Localization, Serialization, Rest Requester, Rest Repository, Dependency Injection, Composition Root Setup base classes. |
|
NLog.Extensions.Hosting
NLog extension for Microsoft.Extensions.Hosting for logging in .NET Standard libraries and .NET Core applications using IHostBuilder. For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore |
|
NLog.Web.AspNetCore.Targets.Gelf
Gelf4NLog is an NLog target implementation to push log messages to GrayLog2. |
|
NStratis
The C# Bitcoin Library based on NBitcoin |
GitHub repositories (77)
Showing the top 20 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
|
|
NLog/NLog
NLog - Advanced and Structured Logging for Various .NET Platforms
|
|
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
|
|
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
|
|
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
|
|
fanliang11/surging
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
|
|
robinrodricks/FluentFTP
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP support, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#.
|
|
cyanfish/naps2
Scan documents to PDF and more, as simply as possible.
|
|
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
|
|
geffzhang/NanoFabric
基于Consul + .NET Core + Polly + Ocelot + Exceptionless + IdentityServer等开源项目的微服务开发框架
|
|
Nexus-Mods/NexusMods.App
Home of the development of the Nexus Mods App
|
|
Cysharp/ZLogger
Zero Allocation Text/Structured Logger for .NET with StringInterpolation and Source Generator, built on top of a Microsoft.Extensions.Logging.
|
|
vpnhood/VpnHood
Undetectable Fast Portable VPN
|
|
AddictedCS/soundfingerprinting
Open source audio fingerprinting in .NET. An efficient algorithm for acoustic fingerprinting written purely in C#.
|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
|
wabbajack-tools/wabbajack
An automated Modlist installer for various games.
|
Version | Downloads | Last updated |
---|---|---|
5.4.0 | 1,203,500 | 2/2/2025 |
5.3.15 | 2,206,039 | 11/21/2024 |
5.3.14 | 1,494,528 | 9/23/2024 |
5.3.13 | 2,087,466 | 9/12/2024 |
5.3.12 | 1,552,558 | 8/12/2024 |
5.3.11 | 4,327,043 | 5/7/2024 |
5.3.10 | 292,699 | 4/30/2024 |
5.3.9 | 122,713 | 4/27/2024 |
5.3.8 | 7,197,030 | 12/29/2023 |
5.3.7 | 979,259 | 12/6/2023 |
5.3.5 | 2,946,672 | 10/15/2023 |
5.3.4 | 1,831,907 | 9/6/2023 |
5.3.3 | 1,307,116 | 8/5/2023 |
5.3.2 | 2,251,518 | 7/4/2023 |
5.3.1 | 112,982 | 7/1/2023 |
5.3.0 | 2,521,001 | 5/30/2023 |
5.2.5 | 312,364 | 5/25/2023 |
5.2.3 | 3,694,368 | 3/28/2023 |
5.2.2 | 2,897,484 | 2/17/2023 |
5.2.1 | 3,572,022 | 12/29/2022 |
5.2.0 | 2,045,422 | 11/27/2022 |
5.1.0 | 3,009,396 | 10/25/2022 |
5.0.4 | 3,603,249 | 9/1/2022 |
5.0.3 | 111,063 | 8/31/2022 |
5.0.2 | 931,764 | 8/12/2022 |
5.0.1 | 2,258,130 | 6/23/2022 |
5.0.0 | 4,346,974 | 5/17/2022 |
1.7.5 | 1,706,056 | 6/4/2022 |
1.7.4 | 18,323,042 | 8/25/2021 |
1.7.3 | 3,792,593 | 6/15/2021 |
1.7.2 | 8,942,213 | 3/26/2021 |
1.7.1 | 2,337,365 | 2/26/2021 |
1.7.0 | 3,661,054 | 12/29/2020 |
1.6.5 | 3,263,372 | 8/27/2020 |
1.6.4 | 8,741,861 | 5/20/2020 |
1.6.3 | 436,506 | 5/11/2020 |
1.6.2 | 7,776,714 | 3/16/2020 |
1.6.1 | 3,769,938 | 10/19/2019 |
1.6.0 | 7,585,561 | 10/7/2019 |
1.5.4 | 2,084,837 | 9/6/2019 |
1.5.3 | 248,060 | 8/28/2019 |
1.5.2 | 750,283 | 7/14/2019 |
1.5.1 | 2,930,348 | 6/5/2019 |
1.5.0 | 1,449,500 | 4/30/2019 |
1.4.0 | 5,151,911 | 1/16/2019 |
1.3.0 | 3,775,195 | 9/22/2018 |
1.2.1 | 1,188,001 | 8/5/2018 |
1.2.0 | 318,176 | 7/20/2018 |
1.1.0 | 643,593 | 5/25/2018 |
1.0.2 | 2,735,214 | 5/10/2018 |
1.0.1 | 818,423 | 4/7/2018 |
1.0.0 | 757,630 | 3/25/2018 |
ChangeLog:
- MicrosoftConsoleJsonLayout - TimestampLayout replaced by DateLayoutRenderer (#775) (@snakefoot)
- NLogLoggerFactory - New constructor with isolated NLog LogFactory as input parameter (#778) (@snakefoot)
- Updated to NLog v5.4 (#778) (@snakefoot)
Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
NLog v5.2 changes how to load extensions: https://nlog-project.org/2023/05/30/nlog-5-2-trim-warnings.html
List of major changes in NLog 5.0: https://nlog-project.org/2021/08/25/nlog-5-0-preview1-ready.html