NLog.Web 5.3.8

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package NLog.Web --version 5.3.8
NuGet\Install-Package NLog.Web -Version 5.3.8
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.3.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLog.Web --version 5.3.8
#r "nuget: NLog.Web, 5.3.8"
#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.
// Install NLog.Web as a Cake Addin
#addin nuget:?package=NLog.Web&version=5.3.8

// Install NLog.Web as a Cake Tool
#tool nuget:?package=NLog.Web&version=5.3.8

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.3.8 25,379 12/29/2023
5.3.7 9,743 12/6/2023
5.3.5 29,019 10/15/2023
5.3.4 36,246 9/6/2023
5.3.3 15,408 8/6/2023
5.3.2 167,779 7/4/2023
5.3.1 3,081 7/1/2023
5.3.0 21,787 5/30/2023
5.2.3 67,322 3/28/2023
5.2.2 56,214 2/17/2023
5.2.1 64,119 12/30/2022
5.2.0 85,328 11/27/2022
5.1.5 44,352 10/25/2022
5.1.4 70,664 9/1/2022
5.1.2 3,683 9/1/2022
5.1.1 13,012 8/17/2022
5.1.0 86,507 7/18/2022
5.0.0 79,459 5/17/2022
4.15.0 31,035 6/4/2022
4.14.0 488,945 8/28/2021
4.13.0 100,015 7/14/2021
4.12.0 283,573 3/29/2021
4.11.0 41,869 2/27/2021
4.10.0 87,792 12/30/2020
4.9.3 372,331 8/1/2020
4.9.2 429,995 4/20/2020
4.9.1 69,335 3/30/2020
4.9.0 501,560 10/11/2019
4.8.5 103,183 9/7/2019
4.8.4 172,381 7/2/2019
4.8.3 93,239 6/5/2019
4.8.2 83,045 5/4/2019
4.8.1 207,861 3/18/2019
4.8.0 186,302 1/30/2019
4.7.1 66,484 1/6/2019
4.7.0 477,655 9/22/2018
4.6.0 141,990 8/5/2018
4.5.3 420,678 4/12/2018
4.5.2 67,445 3/27/2018
4.5.1 599,217 10/12/2017
4.5.0 591,983 5/14/2017
4.4.0 242,038 2/17/2017
4.3.1 23,099 2/10/2017
4.3.0 58,091 1/18/2017
4.2.1 622,479 5/12/2016
4.2.0 142,629 2/7/2016
4.1.0 78,112 11/26/2015
4.0.0 100,080 10/22/2015
2.0.0 77,943 6/11/2015
1.0.8 27,086 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