NLog.Web
4.9.0
Prefix Reserved
See the version list below for details.
dotnet add package NLog.Web --version 4.9.0
NuGet\Install-Package NLog.Web -Version 4.9.0
<PackageReference Include="NLog.Web" Version="4.9.0" />
paket add NLog.Web --version 4.9.0
#r "nuget: NLog.Web, 4.9.0"
// Install NLog.Web as a Cake Addin #addin nuget:?package=NLog.Web&version=4.9.0 // Install NLog.Web as a Cake Tool #tool nuget:?package=NLog.Web&version=4.9.0
Getting started with NLog
- Getting started for .NET
- Getting started for ASP.NET Core 3
- Getting started for ASP.NET Core 2
- Getting started for .NET Core 2 Console application
- Getting started for ASP.NET Core 1 (csproj - vs2017)
- How to use structured logging
Config
- All config options: nlog-project.org/config
Troubleshooting
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. |
-
.NETFramework 3.5
- NLog (>= 4.6.7)
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 | 20,315 | 9/23/2024 |
5.3.13 | 8,369 | 9/12/2024 |
5.3.12 | 16,179 | 8/12/2024 |
5.3.11 | 54,511 | 5/7/2024 |
5.3.10 | 4,830 | 4/30/2024 |
5.3.9 | 1,631 | 4/27/2024 |
5.3.8 | 87,562 | 12/29/2023 |
5.3.7 | 25,221 | 12/6/2023 |
5.3.5 | 43,033 | 10/15/2023 |
5.3.4 | 87,341 | 9/6/2023 |
5.3.3 | 25,041 | 8/6/2023 |
5.3.2 | 243,621 | 7/4/2023 |
5.3.1 | 5,677 | 7/1/2023 |
5.3.0 | 29,670 | 5/30/2023 |
5.2.3 | 86,680 | 3/28/2023 |
5.2.2 | 68,572 | 2/17/2023 |
5.2.1 | 78,511 | 12/30/2022 |
5.2.0 | 115,667 | 11/27/2022 |
5.1.5 | 60,968 | 10/25/2022 |
5.1.4 | 95,310 | 9/1/2022 |
5.1.2 | 4,748 | 9/1/2022 |
5.1.1 | 15,903 | 8/17/2022 |
5.1.0 | 104,467 | 7/18/2022 |
5.0.0 | 103,973 | 5/17/2022 |
4.15.0 | 58,838 | 6/4/2022 |
4.14.0 | 566,677 | 8/28/2021 |
4.13.0 | 130,530 | 7/14/2021 |
4.12.0 | 333,286 | 3/29/2021 |
4.11.0 | 44,304 | 2/27/2021 |
4.10.0 | 101,273 | 12/30/2020 |
4.9.3 | 422,736 | 8/1/2020 |
4.9.2 | 458,913 | 4/20/2020 |
4.9.1 | 73,829 | 3/30/2020 |
4.9.0 | 563,250 | 10/11/2019 |
4.8.5 | 111,764 | 9/7/2019 |
4.8.4 | 181,623 | 7/2/2019 |
4.8.3 | 101,629 | 6/5/2019 |
4.8.2 | 88,603 | 5/4/2019 |
4.8.1 | 230,472 | 3/18/2019 |
4.8.0 | 203,145 | 1/30/2019 |
4.7.1 | 75,582 | 1/6/2019 |
4.7.0 | 511,742 | 9/22/2018 |
4.6.0 | 152,962 | 8/5/2018 |
4.5.3 | 453,340 | 4/12/2018 |
4.5.2 | 84,160 | 3/27/2018 |
4.5.1 | 636,026 | 10/12/2017 |
4.5.0 | 630,405 | 5/14/2017 |
4.4.0 | 270,351 | 2/17/2017 |
4.3.1 | 24,102 | 2/10/2017 |
4.3.0 | 61,066 | 1/18/2017 |
4.2.1 | 661,047 | 5/12/2016 |
4.2.0 | 152,966 | 2/7/2016 |
4.1.0 | 83,304 | 11/26/2015 |
4.0.0 | 113,292 | 10/22/2015 |
2.0.0 | 87,222 | 6/11/2015 |
1.0.8 | 29,394 | 2/2/2015 |
- Added ${aspnet-response-statuscode} - rendering response status code (@304NotModified, @ThomasArdal)
- Added ${aspnet-request-headers} - rendering headers for ASP.NET and ASP.NET Core (@ThomasArdal)
- ${aspnet-request-cookie} - Added Exclude option (@snakefoot)
- ${aspnet-request-cookie} (without cookienames) will render all cookies (@304NotModified)