| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This package provides NLog targets for displaying log output in Windows Forms applications.
See list
Install the NLog.Windows.Forms NuGet package and register the extension-assembly.
When loading configuration from NLog.config file, then register the extension in the section:
<extensions>
<add assembly="NLog.Windows.Forms"/>
</extensions>Alternative register from code using the fluent configuration API:
NLog.LogManager.Setup().RegisterWindowsForms();| Back | FazBrowse Home | New Git URL |