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, 6, 7, 8 and 9 - .NET Standard 2.0 and 2.1 - .NET Framework 3.5 - 4.8 - Xamarin Android + iOS (.NET Standard) - Mono 4 For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
dotnet add package NLog --version 6.0.0-rc1
Install-Package NLog -Version 6.0.0-rc1
| 作者 | Jarek Kowalski,Kim Christensen,Julian Verdurmen |
|---|---|
| 发布时间 | 1900-01-01 00:00:00 |
| 项目主页 | https://nlog-project.org/ |
| 许可证 | https://www.nuget.org/packages/NLog/6.0.0-rc1/license |