Home - NLog/NLog.Web GitHub Wiki
Welcome to the NLog.Web wiki!
- Getting started with ASP.NET Core 6. See also Missing the trace/debug logs in ASP.NET Core 6?
- Getting started with ASP.NET Core 5. See also Missing the trace/debug logs in ASP.NET Core 5?
- Getting started with ASP.NET Core 3. See also Missing the trace/debug logs in ASP.NET Core 3?
- Supported layout renderers for ASP.NET Core
- HTTP-Request-Logging
- NLog configuration with appsettings.json
- NLog properties with Microsoft Extension Logging
- Capture System.Diagnostics.Activity.Current with NLog
- ASP.NET MVC Legacy applications should use NLog.Web-nuget-package for all version of .NET Framework.
- Supported layout renderers for ASP.NET
- HTTP-Request-Logging
- NLog 5.0 requires that NLog.config must include NLog.Web in extensions:
<!-- enable ASP.NET layout renderers -->
<extensions>
<add assembly="NLog.Web"/>
</extensions>
For general usage of NLog: NLog wiki