NLog.Web.AspNetCore
4.8.0
See the version list below for details.
dotnet add package NLog.Web.AspNetCore --version 4.8.0
NuGet\Install-Package NLog.Web.AspNetCore -Version 4.8.0
<PackageReference Include="NLog.Web.AspNetCore" Version="4.8.0" />
paket add NLog.Web.AspNetCore --version 4.8.0
#r "nuget: NLog.Web.AspNetCore, 4.8.0"
// Install NLog.Web.AspNetCore as a Cake Addin #addin nuget:?package=NLog.Web.AspNetCore&version=4.8.0 // Install NLog.Web.AspNetCore as a Cake Tool #tool nuget:?package=NLog.Web.AspNetCore&version=4.8.0
Use NLog with the ASP.NET Core platform. Adds helpers and layout renderers for websites and webapplications.
Supported platforms:
- For ASP.NET Core 2, .NET Standard 2.0+ and .NET 4.6+
- For ASP.NET Core 1, .NET Standard 1.5+ and .NET 4.5.x
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.1
- Microsoft.AspNetCore.Hosting.Abstractions (>= 1.1.1)
- Microsoft.AspNetCore.Http (>= 1.1.1)
- Microsoft.AspNetCore.Routing.Abstractions (>= 1.1.1)
- NLog.Extensions.Logging (>= 1.4.0)
-
.NETFramework 4.6.1
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.1.0)
- Microsoft.AspNetCore.Http (>= 2.1.0)
- Microsoft.AspNetCore.Routing.Abstractions (>= 2.1.0)
- NLog.Extensions.Logging (>= 1.4.0)
-
.NETStandard 1.5
- Microsoft.AspNetCore.Hosting.Abstractions (>= 1.1.1)
- Microsoft.AspNetCore.Http (>= 1.1.1)
- Microsoft.AspNetCore.Routing.Abstractions (>= 1.1.1)
- NETStandard.Library (>= 1.6.1)
- NLog.Extensions.Logging (>= 1.4.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.1.0)
- Microsoft.AspNetCore.Http (>= 2.1.0)
- Microsoft.AspNetCore.Routing.Abstractions (>= 2.1.0)
- NLog.Extensions.Logging (>= 1.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NLog.Web.AspNetCore:
Package | Downloads |
---|---|
OcarambaLite
Framework to automate tests using Selenium WebDriver (lighten version without selenium drivers) |
GitHub repositories (64)
Showing the top 5 popular GitHub repositories that depend on NLog.Web.AspNetCore:
Repository | Stars |
---|---|
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
|
|
Jackett/Jackett
API Support for your favorite torrent trackers
|
|
JustArchiNET/ArchiSteamFarm
C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
NLog/NLog
NLog - Advanced and Structured Logging for Various .NET Platforms
|
Version | Downloads | Last updated |
---|---|---|
4.14.0 | 66 | 9/19/2022 |
4.11.0 | 0 | 3/8/2021 |
4.10.0.1892-PR639 | 0 | 3/8/2021 |
4.10.0.1888-PR639 | 0 | 3/8/2021 |
4.10.0 | 32,414 | 3/8/2021 |
4.9.3 | 0 | 3/8/2021 |
4.9.2 | 0 | 3/8/2021 |
4.9.1 | 0 | 3/8/2021 |
4.9.0 | 5 | 3/8/2021 |
4.8.6 | 0 | 3/8/2021 |
4.8.5 | 0 | 3/8/2021 |
4.8.4 | 0 | 3/8/2021 |
4.8.3 | 0 | 3/8/2021 |
4.8.2 | 2 | 3/8/2021 |
4.8.2-rc1 | 0 | 3/8/2021 |
4.8.1 | 2 | 3/8/2021 |
4.8.0 | 0 | 3/8/2021 |
4.7.1 | 0 | 3/8/2021 |
4.7.0 | 2 | 3/8/2021 |
4.6.0 | 0 | 3/8/2021 |
4.5.4 | 9,462 | 3/8/2021 |
4.5.3 | 0 | 3/8/2021 |
4.5.2 | 0 | 3/8/2021 |
4.5.1 | 0 | 3/8/2021 |
4.5.0 | 0 | 3/8/2021 |
4.5.0-rc3 | 0 | 3/8/2021 |
4.5.0-rc2 | 0 | 3/8/2021 |
4.5.0-rc1 | 0 | 3/8/2021 |
4.5.0-beta04 | 0 | 3/8/2021 |
4.5.0-beta03 | 0 | 3/8/2021 |
4.5.0-beta02 | 0 | 3/8/2021 |
4.5.0-beta01 | 0 | 3/8/2021 |
4.4.1 | 40 | 3/8/2021 |
4.4.0 | 6 | 3/8/2021 |
4.3.1 | 12 | 3/8/2021 |
4.3.0 | 4 | 3/8/2021 |
4.2.4 | 0 | 3/8/2021 |
4.2.3 | 0 | 3/8/2021 |
- Updated Microsoft.AspNetCore to ver. 2.1 (Long-Term-Support)
- ${configsetting} layout renderer now depends on UseNLog-call to provide IConfiguration using IServiceProvider
- NLogLoggerProvider options now binds to IConfiguration (Using section Logging:NLog)
- UseNLog-call now also available for IHostBuilder