This package is an extension to NLog.
This package contains targets and layout-renderes specific to ASP.Net and IIS.
###Targets
- AspNetTrace
- AspNetBufferingWrapper
See Target documentation at the NLog wiki
###Layout renderers
- ${aspnet-application} - ASP.NET Application variable.
- ${aspnet-item} - ASP.NET
HttpContext
item variable. - ${aspnet-request} - ASP.NET Request variable.
- ${aspnet-session} - ASP.NET Session variable.
- ${aspnet-sessionid} - ASP.NET Session ID.
- ${aspnet-user-authtype} - ASP.NET User variable.
- ${aspnet-user-identity} - ASP.NET User variable.
- ${iis-site-name} - IIS site name.
See Layout renderers documentation at the NLog wiki
##How to use When installing with Nuget, no additional configuration is needed.
##License BSD