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 Framework 3.5, 4, 4.5, 4.6, 4.7 & 4.8 - .NET Standard 1.3+ and 2.0+; - .NET Framework 4 client profile - Xamarin Android, Xamarin iOs - UWP - Windows Phone 8 - Silverlight 4 and 5 - Mono 4 For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
dotnet add package NLog --version 4.6.6
Install-Package NLog -Version 4.6.6
| 包名 | 版本要求 |
|---|---|
| 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 |
|---|---|
| 发布时间 | 2019-07-14 21:33:26 |
| 项目主页 | https://nlog-project.org/ |
| 许可证 | https://github.com/NLog/NLog/blob/master/LICENSE.txt |