NLog.Windows.Forms
5.2.1
Prefix Reserved
See the version list below for details.
dotnet add package NLog.Windows.Forms --version 5.2.1
NuGet\Install-Package NLog.Windows.Forms -Version 5.2.1
<PackageReference Include="NLog.Windows.Forms" Version="5.2.1" />
paket add NLog.Windows.Forms --version 5.2.1
#r "nuget: NLog.Windows.Forms, 5.2.1"
// Install NLog.Windows.Forms as a Cake Addin #addin nuget:?package=NLog.Windows.Forms&version=5.2.1 // Install NLog.Windows.Forms as a Cake Tool #tool nuget:?package=NLog.Windows.Forms&version=5.2.1
Extend NLog with targets for Windows Forms applications. For example: writing to a richtextbox or raising alert popups.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NLog.Windows.Forms:
Package | Downloads |
---|---|
NextPlatform.Core.Winform
Next Core Winform Library |
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on NLog.Windows.Forms:
Repository | Stars |
---|---|
NLog/NLog
NLog - Advanced and Structured Logging for Various .NET Platforms
|
|
X-Lucifer/AI-Lossless-Zoomer
AI无损放大工具
|
|
Fr33dan/GPSaveConverter
Utility to transfer save files between the games installed from the Xbox app and other storefronts. https://ko-fi.com/fr33dan
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
TV-Rename/tvrename
Organise your TV & Movie videos with ease
|
Version | Downloads | Last updated |
---|---|---|
5.2.3 | 23,956 | 1/28/2024 |
5.2.2 | 9,527 | 10/15/2023 |
5.2.1 | 12,264 | 7/28/2023 |
5.2.0 | 6,209 | 6/8/2023 |
5.0.0 | 21,978 | 11/20/2022 |
4.6.0 | 31,768 | 5/22/2022 |
4.5.0 | 32,445 | 8/25/2021 |
4.4.0 | 11,454 | 3/29/2021 |
4.3.0 | 101,681 | 6/17/2019 |
4.2.3 | 214,111 | 6/1/2016 |
4.2.2 | 8,545 | 4/19/2016 |
4.2.1 | 3,943 | 12/29/2015 |
4.2.0 | 1,596 | 12/28/2015 |
4.1.0 | 2,254 | 12/11/2015 |
4.0.0 | 12,986 | 10/22/2015 |
2.1.1 | 2,814 | 9/14/2015 |
2.1.0 | 1,702 | 9/5/2015 |
2.0.0 | 4,831 | 6/11/2015 |
1.0.13 | 14,166 | 1/27/2015 |
1.0.12 | 1,582 | 1/27/2015 |
- Fixed NullReferenceException for RichTextBoxTarget (@snakefoot)
- Updated to NLog v5.2.2 (@snakefoot)
Remember to register NLog.Windows.Forms in NLog.config
<extensions>
<add assembly="NLog.Windows.Forms" />
</extensions>
Alternative register from code without reflection of assembly-types:
NLog.LogManager.Setup().RegisterWindowsForms();