Releases: NLog/NLog.Web
Releases · NLog/NLog.Web
NLog Web 4.3 (ASP.NET Core)
New layout renderers, dependency on NLog.Extensions.Logging
Introduced in NLog.Web 4.3 & NLog.Web.AspNetCore 4.3
- ${aspnet-MVC-Action} - ASP.NET MVC action name
- ${aspnet-MVC-Controller} - ASP.NET MVC controller name
- ${aspnet-Request-Cookie} - ASP.NET Request cookie content.
- ${aspnet-Request-Host} - ASP.NET Request host.
- ${aspnet-Request-Method} - ASP.NET Request method (GET, POST etc).
- ${aspnet-Request-QueryString} - ASP.NET Request querystring.
- ${aspnet-Request-Referrer} - ASP.NET Request referrer.
- ${aspnet-Request-UserAgent} - ASP.NET Request useragent.
- ${aspnet-Request-Url} - ASP.NET Request URL.
NLog Web 4.3 (ASP.NET 4)
New layout renderers
Introduced in NLog.Web 4.3 & NLog.Web.AspNetCore 4.3
- ${aspnet-MVC-Action} - ASP.NET MVC action name
- ${aspnet-MVC-Controller} - ASP.NET MVC controller name
- ${aspnet-Request-Cookie} - ASP.NET Request cookie content.
- ${aspnet-Request-Host} - ASP.NET Request host.
- ${aspnet-Request-Method} - ASP.NET Request method (GET, POST etc).
- ${aspnet-Request-QueryString} - ASP.NET Request querystring.
- ${aspnet-Request-Referrer} - ASP.NET Request referrer.
- ${aspnet-Request-UserAgent} - ASP.NET Request useragent.
- ${aspnet-Request-Url} - ASP.NET Request URL.
ASP.NET 4 - V4. 2.1
Package both nupkg + build scripts (#57) * Package both nupkg + build scripts create both nupkg (aspnet4 + aspnet5), move build scripts to .bat files restore and update nuspec * Update appveyor.yml * Update appveyor.yml
ASP.NET 5 - V 4.2.2
Update for NLog.Web.ASPNET5
- Prevent stackoverflowException in ${aspnet-session}
- Added dotnet5.4 support
- Fixed nullref in in ${aspnet-session} after incomplete config
see milestone
ASP.NET 5 compatible package
ASP.NET 5 compatible package: NLog.Web.ASPNET5
build from NLog.Web 4.2
The following parts are supported in ASP.NET 5:
- aspnet-item
- aspnet-request
- aspnet-session
- aspnet-user-authtype
- aspnet-user-identity
- iis-site-name
V4.2.0
- render headers. E.G
${aspnet-request:header=header1}
- added
AspNetLayoutRendererBase
for easier creating Layout renderers and unit testing.
V4.1.0
- added
${aspnet-item}
(reads httpcontext) - Fixed culture (
InvariantCulture
replaced withUICulture
). Fixed for:${aspnet-application}
${aspnet-request}
${aspnet-session}
${aspnet-item}
v4.0.0
Update appveyor.yml
v2.0.0 - Nlog 4.0 compatible
Update to NLog 4.0