NLog.Web 5.4.0

Prefix Reserved
dotnet add package NLog.Web --version 5.4.0
                    
NuGet\Install-Package NLog.Web -Version 5.4.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NLog.Web" Version="5.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NLog.Web" Version="5.4.0" />
                    
Directory.Packages.props
<PackageReference Include="NLog.Web" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NLog.Web --version 5.4.0
                    
#r "nuget: NLog.Web, 5.4.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=NLog.Web&version=5.4.0
                    
Install NLog.Web as a Cake Addin
#tool nuget:?package=NLog.Web&version=5.4.0
                    
Install NLog.Web as a Cake Tool

NLog.Web

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:

  • Enrich logging output with additional details from active HttpContext using NLog LayoutRenderers, by just updating the NLog configuration.
  • Supports HttpModule injection for HTTP Request 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:

  • .NET 3.5 - 4.8

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 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 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 3.5

  • .NETFramework 4.6

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.4.0 32,085 2/2/2025
5.3.15 44,302 11/21/2024
5.3.14 68,111 9/23/2024
5.3.13 14,314 9/12/2024
5.3.12 30,016 8/12/2024
5.3.11 85,713 5/7/2024
5.3.10 7,318 4/30/2024
5.3.9 1,992 4/27/2024
5.3.8 111,972 12/29/2023
5.3.7 38,494 12/6/2023
5.3.5 48,751 10/15/2023
5.3.4 117,795 9/6/2023
5.3.3 30,022 8/6/2023
5.3.2 292,387 7/4/2023
5.3.1 5,839 7/1/2023
5.3.0 34,970 5/30/2023
5.2.3 98,915 3/28/2023
5.2.2 76,614 2/17/2023
5.2.1 85,927 12/30/2022
5.2.0 126,060 11/27/2022
5.1.5 68,130 10/25/2022
5.1.4 110,104 9/1/2022
5.1.2 5,226 9/1/2022
5.1.1 17,213 8/17/2022
5.1.0 112,402 7/18/2022
5.0.0 118,616 5/17/2022
4.15.0 76,558 6/4/2022
4.14.0 614,481 8/28/2021
4.13.0 139,460 7/14/2021
4.12.0 352,048 3/29/2021
4.11.0 47,248 2/27/2021
4.10.0 111,814 12/30/2020
4.9.3 452,306 8/1/2020
4.9.2 470,982 4/20/2020
4.9.1 76,343 3/30/2020
4.9.0 599,048 10/11/2019
4.8.5 117,678 9/7/2019
4.8.4 187,109 7/2/2019
4.8.3 107,003 6/5/2019
4.8.2 91,782 5/4/2019
4.8.1 242,546 3/18/2019
4.8.0 213,383 1/30/2019
4.7.1 82,829 1/6/2019
4.7.0 532,039 9/22/2018
4.6.0 158,886 8/5/2018
4.5.3 475,110 4/12/2018
4.5.2 95,631 3/27/2018
4.5.1 658,420 10/12/2017
4.5.0 655,462 5/14/2017
4.4.0 286,108 2/17/2017
4.3.1 25,155 2/10/2017
4.3.0 62,824 1/18/2017
4.2.1 685,769 5/12/2016
4.2.0 158,567 2/7/2016
4.1.0 87,017 11/26/2015
4.0.0 122,288 10/22/2015
2.0.0 91,663 6/11/2015
1.0.8 30,995 2/2/2015

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