NLog.Web.AspNetCore
5.3.15
Prefix Reserved
dotnet add package NLog.Web.AspNetCore --version 5.3.15
NuGet\Install-Package NLog.Web.AspNetCore -Version 5.3.15
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.15" />
paket add NLog.Web.AspNetCore --version 5.3.15
#r "nuget: NLog.Web.AspNetCore, 5.3.15"
// Install NLog.Web.AspNetCore as a Cake Addin #addin nuget:?package=NLog.Web.AspNetCore&version=5.3.15 // Install NLog.Web.AspNetCore as a Cake Tool #tool nuget:?package=NLog.Web.AspNetCore&version=5.3.15
NLog.Web.AspNetCore
Integrates NLog as Logging provider for the ASP.NET Core platform, by just calling UseNLog()
with the application host-builder.
Providing features like:
- Enrich logging output with additional details from active HttpContext using NLog LayoutRenderers, by just updating the NLog configuration.
- Supports middleware injection for HTTP Request Logging and HTTP Response Logging.
- Routing logging output to multiple destinations via the available NLog Targets
- Rendering logging output into standard formats like JSON, CVS, W3C ELF and XML using NLog Layouts.
- Contributions are always welcome, by creating a pull request.
Supported platforms:
- ASP.NET Core 5, 6, 7 and 8
- ASP.NET Core 3.1
- ASP.NET Core 2, .NET Standard 2.0 and .NET 4.6.1+
Registration of NLog.Web.AspNetCore in the NLog.config file:
<extensions>
<add assembly="NLog.Web.AspNetCore"/>
</extensions>
Registration of NLog.Web.AspNetCore can also be performed with fluent setup:
NLog.LogManager.Setup().LoadConfigurationFromAppSettings();
Useful Links:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | 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 | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- NLog.Extensions.Logging (>= 5.3.15)
-
.NETFramework 4.6.1
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.1.1)
- Microsoft.AspNetCore.Http (>= 2.1.22)
- Microsoft.AspNetCore.Routing.Abstractions (>= 2.1.1)
- NLog.Extensions.Logging (>= 5.3.15)
- System.Text.Encodings.Web (>= 4.5.1)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.1.1)
- Microsoft.AspNetCore.Http (>= 2.1.22)
- Microsoft.AspNetCore.Routing.Abstractions (>= 2.1.1)
- NLog.Extensions.Logging (>= 5.3.15)
- System.Text.Encodings.Web (>= 4.5.1)
-
net5.0
- NLog.Extensions.Logging (>= 5.3.15)
-
net6.0
- NLog.Extensions.Logging (>= 5.3.15)
-
net8.0
- NLog.Extensions.Logging (>= 5.3.15)
NuGet packages (429)
Showing the top 5 NuGet packages that depend on NLog.Web.AspNetCore:
Package | Downloads |
---|---|
Coder.Extension
Coder扩展程序,包含:AutoMapper,Log,CsRedis,Swagger(Knife4j),Cors,Autofac,Hangfire,TimedJob,CAP,SqlSugar,Polly(超时,重试,熔断,降级)等扩展服务和中间件。 |
|
Ccf.Ck.Libs.Logging
Extends the default nlog library with static methods for logging and default visualization of the logged entries |
|
OrchardCore.Logging.NLog
Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core. Provides NLog logging for application. |
|
Solhigson.Framework
Utility Library |
|
Flynk.Net.Services
Package Description |
GitHub repositories (64)
Showing the top 5 popular GitHub repositories that depend on NLog.Web.AspNetCore:
Repository | Stars |
---|---|
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
|
|
Jackett/Jackett
API Support for your favorite torrent trackers
|
|
JustArchiNET/ArchiSteamFarm
C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
NLog/NLog
NLog - Advanced and Structured Logging for Various .NET Platforms
|
Version | Downloads | Last updated |
---|---|---|
5.3.15 | 316,618 | 11/21/2024 |
5.3.14 | 1,253,298 | 9/23/2024 |
5.3.13 | 218,351 | 9/12/2024 |
5.3.12 | 864,034 | 8/12/2024 |
5.3.11 | 2,589,304 | 5/7/2024 |
5.3.10 | 169,052 | 4/30/2024 |
5.3.9 | 70,759 | 4/27/2024 |
5.3.8 | 4,126,860 | 12/29/2023 |
5.3.7 | 597,545 | 12/6/2023 |
5.3.5 | 2,036,858 | 10/15/2023 |
5.3.4 | 1,181,551 | 9/6/2023 |
5.3.3 | 913,131 | 8/6/2023 |
5.3.2 | 1,571,950 | 7/4/2023 |
5.3.1 | 64,859 | 7/1/2023 |
5.3.0 | 1,557,922 | 5/30/2023 |
5.2.3 | 2,689,038 | 3/28/2023 |
5.2.2 | 1,859,469 | 2/17/2023 |
5.2.1 | 2,416,240 | 12/30/2022 |
5.2.0 | 1,485,515 | 11/27/2022 |
5.1.5 | 2,244,809 | 10/25/2022 |
5.1.4 | 2,385,804 | 9/1/2022 |
5.1.2 | 92,487 | 9/1/2022 |
5.1.1 | 524,106 | 8/17/2022 |
5.1.0 | 1,334,236 | 7/18/2022 |
5.0.0 | 3,528,690 | 5/17/2022 |
4.15.0 | 1,131,484 | 6/4/2022 |
4.14.0 | 12,436,627 | 8/28/2021 |
4.13.0 | 2,175,621 | 7/14/2021 |
4.13.0-readme-preview | 41,131 | 5/3/2021 |
4.12.0 | 5,248,599 | 3/29/2021 |
4.11.0 | 1,564,727 | 2/27/2021 |
4.10.0 | 2,550,516 | 12/30/2020 |
4.9.3 | 6,579,776 | 8/1/2020 |
4.9.2 | 5,725,719 | 4/20/2020 |
4.9.1 | 1,214,686 | 3/30/2020 |
4.9.0 | 8,189,622 | 10/11/2019 |
4.8.6 | 427,369 | 9/30/2019 |
4.8.5 | 1,161,871 | 9/7/2019 |
4.8.4 | 1,768,803 | 7/2/2019 |
4.8.3 | 706,764 | 6/5/2019 |
4.8.2 | 1,218,987 | 5/6/2019 |
4.8.1 | 1,615,960 | 3/18/2019 |
4.8.0 | 2,092,968 | 1/25/2019 |
4.7.1 | 583,205 | 1/6/2019 |
4.7.0 | 2,295,688 | 9/22/2018 |
4.6.0 | 903,657 | 8/5/2018 |
4.5.4 | 2,502,034 | 5/10/2018 |
4.5.3 | 137,647 | 4/29/2018 |
4.5.2 | 326,525 | 4/12/2018 |
4.5.1 | 203,541 | 4/2/2018 |
4.5.0 | 96,714 | 3/27/2018 |
4.4.1 | 1,077,821 | 6/16/2017 |
4.4.0 | 91,338 | 5/14/2017 |
4.3.1 | 229,684 | 2/10/2017 |
4.3.0 | 39,856 | 1/18/2017 |
4.2.4 | 19,630 | 7/3/2016 |
4.2.3 | 105,742 | 5/24/2016 |
ChangeLog:
- UseNLog Allow fallback to only EnvironmentName for NLog config (#1066) (@snakefoot)
- Updated dependency NLog.Extensions.Logging v5.3.15 (#1067) (@snakefoot)
List of major changes in NLog 5.0: https://nlog-project.org/2022/05/16/nlog-5-0-finally-ready.html
Full changelog: https://github.com/NLog/NLog.Web/releases
List of available Layout Renderers: https://nlog-project.org/config/?tab=layout-renderers&search=package:nlog.web.aspnetcore