NLog.Windows.Forms 5.2.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package NLog.Windows.Forms --version 5.2.3
NuGet\Install-Package NLog.Windows.Forms -Version 5.2.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NLog.Windows.Forms" Version="5.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLog.Windows.Forms --version 5.2.3
#r "nuget: NLog.Windows.Forms, 5.2.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NLog.Windows.Forms as a Cake Addin
#addin nuget:?package=NLog.Windows.Forms&version=5.2.3

// Install NLog.Windows.Forms as a Cake Tool
#tool nuget:?package=NLog.Windows.Forms&version=5.2.3

NLog.Windows.Forms

Version AppVeyor codecov.io

This package provides NLog Targets that redirect logging output to Windows Forms:

See list

Register Extension

Install the NLog.Windows.Forms NuGet package and register the extension-assembly.

NLog will only recognize the extensions when loading from NLog.config-file, by adding the extension to NLog.config-file:

<extensions>
  <add assembly="NLog.Windows.Forms"/>
</extensions>

Alternative register from code using fluent configuration API:

NLog.LogManager.Setup().RegisterWindowsForms();
Product 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.  net8.0-windows7.0 is compatible. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

  • .NETFramework 3.5

  • net6.0-windows7.0

  • net8.0-windows7.0

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 (7)

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
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
TV-Rename/tvrename
Organise your TV & Movie videos with ease
Fr33dan/GPSaveConverter
Utility to transfer save files between the games installed from the Xbox app and other storefronts. https://ko-fi.com/fr33dan
redscientistlabs/RTCV
Real-Time Corruptor, Vanguard, CorruptCore, NetCore2 https://redscientist.com/rtc
Version Downloads Last updated
5.2.3 3,328 1/28/2024
5.2.2 5,553 10/15/2023
5.2.1 9,707 7/28/2023
5.2.0 4,571 6/8/2023
5.0.0 18,779 11/20/2022
4.6.0 24,856 5/22/2022
4.5.0 30,673 8/25/2021
4.4.0 10,932 3/29/2021
4.3.0 94,853 6/17/2019
4.2.3 205,263 6/1/2016
4.2.2 8,489 4/19/2016
4.2.1 3,635 12/29/2015
4.2.0 1,555 12/28/2015
4.1.0 2,200 12/11/2015
4.0.0 11,346 10/22/2015
2.1.1 2,752 9/14/2015
2.1.0 1,654 9/5/2015
2.0.0 4,766 6/11/2015
1.0.13 14,086 1/27/2015
1.0.12 1,525 1/27/2015

- Added NET8 as target-platform