-
Notifications
You must be signed in to change notification settings - Fork 166
Home
Rolf Kristensen edited this page Jan 14, 2024
·
41 revisions
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
For general docs, check https://github.com/NLog/NLog/wiki