Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

NLog integration for ASP.NET & ASP.NET Core

License

NotificationsYou must be signed in to change notification settings

NLog/NLog.Web

Repository files navigation

NLog

NLog.Web (ASP.NET & ASP.NET Core)

Nuget-packageDescriptionSupported Platforms
NuGet ReleaseASP.NET applications for new .NET Core platforms.NET 6, 7, 8 and 9
NuGet ReleaseClassic ASP.NET MVC applications for .NET Framework.NET Framework 3.5 - 4.8

Build status

Extensions forNLog that includeslayout-renderes for capturing contextual details from the HttpContext for both ASP.NET Core and IIS.

Releases

For updates and releases, checkCHANGELOG.MD orReleases

ASP.NET Core

TheNLog.Web.AspNetCore-package works with the new ASP.NET Core platforms .NET 6, 7, 8 and 9

ASP.NET (non-core)

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

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.

License

BSD


[8]ページ先頭

©2009-2025 Movatter.jp