NLog is a logging platform for .NET with rich log routing and management capabilities. NLog supports traditional logging, structured logging and the combination of both. Supported platforms: - .NET 5 and 6 - .NET Core 1, 2 and 3 - .NET Standard 1.3+ and 2.0+ - .NET Framework 3.5 - 4.8 - Mono 4 For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
dotnet add package NLog --version 5.0.0-rc2
Install-Package NLog -Version 5.0.0-rc2
| 包名 | 版本要求 |
|---|---|
| Microsoft.Extensions.PlatformAbstractions | [1.0.0, ) |
| NETStandard.Library | [1.6.0, ) |
| System.ComponentModel.Primitives | [4.1.0, ) |
| System.ComponentModel.TypeConverter | [4.1.0, ) |
| System.Data.Common | [4.1.0, ) |
| System.Diagnostics.StackTrace | [4.0.1, ) |
| System.Net.NameResolution | [4.0.0, ) |
| System.Net.Requests | [4.0.11, ) |
| System.Reflection.TypeExtensions | [4.1.0, ) |
| System.Xml.XmlDocument | [4.0.1, ) |
| 包名 | 版本要求 |
|---|---|
| NETStandard.Library | [1.6.0, ) |
| System.ComponentModel.Primitives | [4.1.0, ) |
| System.ComponentModel.TypeConverter | [4.1.0, ) |
| System.Data.Common | [4.1.0, ) |
| System.Diagnostics.Process | [4.1.0, ) |
| System.Diagnostics.StackTrace | [4.0.1, ) |
| System.Diagnostics.TraceSource | [4.0.0, ) |
| System.IO.FileSystem.Watcher | [4.0.0, ) |
| System.Net.NameResolution | [4.0.0, ) |
| System.Net.Requests | [4.0.11, ) |
| System.Reflection.TypeExtensions | [4.1.0, ) |
| System.Runtime.Loader | [4.0.0, ) |
| System.Threading.Thread | [4.0.0, ) |
| System.Xml.XmlDocument | [4.0.1, ) |
| 作者 | Jarek Kowalski,Kim Christensen,Julian Verdurmen |
|---|---|
| 发布时间 | 1900-01-01 00:00:00 |
| 项目主页 | https://nlog-project.org/ |
| 许可证 | https://www.nuget.org/packages/NLog/5.0.0-rc2/license |