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 6, 7, 8, 9 and 10 - .NET Standard 2.0 and 2.1 - .NET Framework 3.5 - 4.8 - Xamarin Android + iOS (.NET Standard) - Mono 4 For integrating NLog with Microsoft.Extensions.Logging, check: https://www.nuget.org/packages/NLog.Extensions.Logging For using NLog with ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
dotnet add package NLog --version 6.0.7
Install-Package NLog -Version 6.0.7
| 作者 | Jarek Kowalski,Kim Christensen,Julian Verdurmen |
|---|---|
| 发布时间 | 2025-12-09 07:57:44 |
| 项目主页 | https://nlog-project.org/ |
| 许可证 | https://www.nuget.org/packages/NLog/6.0.7/license |