NLog.Web
4.6.0
Prefix Reserved
See the version list below for details.
dotnet add package NLog.Web --version 4.6.0
NuGet\Install-Package NLog.Web -Version 4.6.0
<PackageReference Include="NLog.Web" Version="4.6.0" />
paket add NLog.Web --version 4.6.0
#r "nuget: NLog.Web, 4.6.0"
// Install NLog.Web as a Cake Addin #addin nuget:?package=NLog.Web&version=4.6.0 // Install NLog.Web as a Cake Tool #tool nuget:?package=NLog.Web&version=4.6.0
Extend NLog with targets and layout renderers for websites and web applications.
This package is for ASP.NET 3.5+
For ASP.NET Core: Check NLog.Web.AspNetCore
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- NLog (>= 4.5.8)
NuGet packages (13)
Showing the top 5 NuGet packages that depend on NLog.Web:
Package | Downloads |
---|---|
Cgu.Comum.Util
Classes utilitárias de uso comum em projetos .net |
|
Stems.API.Base
Provides base functionalities for Stems APIs |
|
MP.FT.MicroServiceInfra
This is a simple framework to configure logging, security, AAA handshake for all of microservices written in dotnetcore for ForeignTrade project. |
|
Linn.Core.Logging.NLog
Logging implementation based on NLog. |
|
IME.WCF.SecurityFramework
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on NLog.Web:
Repository | Stars |
---|---|
NLog/NLog
NLog - Advanced and Structured Logging for Various .NET Platforms
|
Version | Downloads | Last updated |
---|---|---|
5.3.14 | 10,421 | 9/23/2024 |
5.3.13 | 7,126 | 9/12/2024 |
5.3.12 | 14,023 | 8/12/2024 |
5.3.11 | 49,282 | 5/7/2024 |
5.3.10 | 4,436 | 4/30/2024 |
5.3.9 | 1,554 | 4/27/2024 |
5.3.8 | 83,550 | 12/29/2023 |
5.3.7 | 23,879 | 12/6/2023 |
5.3.5 | 42,099 | 10/15/2023 |
5.3.4 | 82,807 | 9/6/2023 |
5.3.3 | 24,103 | 8/6/2023 |
5.3.2 | 234,898 | 7/4/2023 |
5.3.1 | 5,571 | 7/1/2023 |
5.3.0 | 29,019 | 5/30/2023 |
5.2.3 | 84,802 | 3/28/2023 |
5.2.2 | 67,429 | 2/17/2023 |
5.2.1 | 77,004 | 12/30/2022 |
5.2.0 | 111,762 | 11/27/2022 |
5.1.5 | 59,719 | 10/25/2022 |
5.1.4 | 93,208 | 9/1/2022 |
5.1.2 | 4,698 | 9/1/2022 |
5.1.1 | 15,661 | 8/17/2022 |
5.1.0 | 103,279 | 7/18/2022 |
5.0.0 | 102,126 | 5/17/2022 |
4.15.0 | 55,835 | 6/4/2022 |
4.14.0 | 558,821 | 8/28/2021 |
4.13.0 | 129,191 | 7/14/2021 |
4.12.0 | 328,552 | 3/29/2021 |
4.11.0 | 43,966 | 2/27/2021 |
4.10.0 | 99,954 | 12/30/2020 |
4.9.3 | 417,778 | 8/1/2020 |
4.9.2 | 456,976 | 4/20/2020 |
4.9.1 | 73,503 | 3/30/2020 |
4.9.0 | 557,537 | 10/11/2019 |
4.8.5 | 111,060 | 9/7/2019 |
4.8.4 | 180,643 | 7/2/2019 |
4.8.3 | 100,744 | 6/5/2019 |
4.8.2 | 88,026 | 5/4/2019 |
4.8.1 | 228,538 | 3/18/2019 |
4.8.0 | 201,665 | 1/30/2019 |
4.7.1 | 74,581 | 1/6/2019 |
4.7.0 | 508,718 | 9/22/2018 |
4.6.0 | 152,172 | 8/5/2018 |
4.5.3 | 450,100 | 4/12/2018 |
4.5.2 | 82,799 | 3/27/2018 |
4.5.1 | 632,638 | 10/12/2017 |
4.5.0 | 625,564 | 5/14/2017 |
4.4.0 | 267,660 | 2/17/2017 |
4.3.1 | 23,997 | 2/10/2017 |
4.3.0 | 60,772 | 1/18/2017 |
4.2.1 | 657,472 | 5/12/2016 |
4.2.0 | 152,049 | 2/7/2016 |
4.1.0 | 82,689 | 11/26/2015 |
4.0.0 | 112,154 | 10/22/2015 |
2.0.0 | 86,367 | 6/11/2015 |
1.0.8 | 29,185 | 2/2/2015 |
- Inherits AssemblyVersionLayoutRenderer from NLog implementation, so it has all NLog's features (@alexangas)
- Added "ValuesOnly" property to Cookie and QueryString layout renderers + support for multivalue cookie keys in ASP.NET core (@alexangas)
- Improve error-handling during startup / shutdown for all layout renders using httpcontext