NLog logging for ASP.NET and ASP.NET MVC. Includes targets and layout renderers for websites and web applications. This package is for ASP.NET 3.5+ For ASP.NET Core: Check https://www.nuget.org/packages/NLog.Web.AspNetCore
$ dotnet add package NLog.WebIntegrates 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