![]() |
VOOZH | about |
dotnet add package NLog.Web --version 6.1.3
NuGet\Install-Package NLog.Web -Version 6.1.3
<PackageReference Include="NLog.Web" Version="6.1.3" />
<PackageVersion Include="NLog.Web" Version="6.1.3" />Directory.Packages.props
<PackageReference Include="NLog.Web" />Project file
paket add NLog.Web --version 6.1.3
#r "nuget: NLog.Web, 6.1.3"
#:package NLog.Web@6.1.3
#addin nuget:?package=NLog.Web&version=6.1.3Install as a Cake Addin
#tool nuget:?package=NLog.Web&version=6.1.3Install as a Cake Tool
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
Integrates NLog with the System.Web.HttpContext. If using ASP.NET Core then check NLog.Web.AspNetCore.
Providing features like:
Supported platforms:
Registration of NLog.Web in the NLog.config file:
<extensions>
<add assembly="NLog.Web"/>
</extensions>
Registration of NLog.Web can also be performed with fluent setup:
NLog.LogManager.Setup().RegisterNLogWeb();
Useful Links:
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net35 net35 is compatible. net40 net40 was computed. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 is compatible. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
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 |
Showing the top 1 popular GitHub repositories that depend on NLog.Web:
| Repository | Stars |
|---|---|
|
NLog/NLog
NLog - Flexible and Structured Logging for various .NET Platforms
|
| Version | Downloads | Last Updated |
|---|---|---|
| 6.1.3 | 16,306 | 5/5/2026 |
| 6.1.2 | 36,782 | 2/28/2026 |
| 6.1.1 | 15,648 | 1/31/2026 |
| 6.1.0 | 39,680 | 11/12/2025 |
| 6.0.6 | 9,684 | 11/9/2025 |
| 6.0.5 | 30,098 | 10/9/2025 |
| 6.0.4 | 25,745 | 9/11/2025 |
| 6.0.3 | 32,815 | 8/10/2025 |
| 6.0.2 | 26,402 | 7/20/2025 |
| 6.0.1 | 26,134 | 6/28/2025 |
| 6.0.0 | 15,890 | 6/21/2025 |
| 5.5.0 | 237,133 | 5/29/2025 |
| 5.4.0 | 221,402 | 2/2/2025 |
| 5.3.15 | 108,114 | 11/21/2024 |
| 5.3.14 | 186,193 | 9/23/2024 |
| 5.3.13 | 31,189 | 9/12/2024 |
| 5.3.12 | 66,271 | 8/12/2024 |
Remember to register NLog.Web in NLog.config
<extensions>
<add assembly="NLog.Web" />
</extensions>
Alternative register NLog.Web from code:
NLog.LogManager.Setup().RegisterNLogWeb()
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