This package is an extension to NLog.
This package contains targets specific for Windows.Forms
See list
Install the NLog.Windows.Forms NuGet package and register the extension-assembly:
<!-- enable NLog.Windows.Forms targets and layoutrenderers -->
<extensions>
<add assembly="NLog.Windows.Forms"/>
</extensions>
BSD