- Notifications
You must be signed in to change notification settings - Fork165
NLog integration for ASP.NET & ASP.NET Core
License
NotificationsYou must be signed in to change notification settings
NLog/NLog.Web
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Nuget-package | Description | Supported Platforms |
---|---|---|
ASP.NET applications for new .NET Core platforms | .NET 6, 7, 8 and 9 | |
Classic ASP.NET MVC applications for .NET Framework | .NET Framework 3.5 - 4.8 |
Extensions forNLog that includeslayout-renderes for capturing contextual details from the HttpContext for both ASP.NET Core and IIS.
For updates and releases, checkCHANGELOG.MD orReleases
TheNLog.Web.AspNetCore-package works with the new ASP.NET Core platforms .NET 6, 7, 8 and 9
- Getting started for ASP.NET Core 6
- Getting started for ASP.NET Core 5
- Getting started for ASP.NET Core 3.1
- Supported layout renderers for ASP.NET Core
- Getting started for .NET Core Console application
- How to use structured logging
- Blog posts for how to get started with ASP.NET Core and NLog
TheNLog.Web-package works with classic ASP.NET MVC with .NET Framework 3.5 - 4.8
NLog 5.0 requires that NLog.config must include NLog.Web in extensions:
<!-- enable ASP.NET layout renderers--> <extensions> <addassembly="NLog.Web"/> </extensions>
Contributions are highly appreciated! Please make sure if works for ASP.NET and ASP.NET Core if possible and make sure it is covered by unit tests.
BSD
About
NLog integration for ASP.NET & ASP.NET Core
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.