- Notifications
You must be signed in to change notification settings - Fork25
NLog targets specific for Windows.Forms
License
NotificationsYou must be signed in to change notification settings
NLog/NLog.Windows.Forms
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This package provides NLog Targets that redirect logging output to Windows Forms:
Seelist
Install theNLog.Windows.Forms NuGet package andregister the extension-assembly.
NLog will only recognize the extensions when loading from NLog.config-file, by adding the extension to NLog.config-file:
<extensions> <addassembly="NLog.Windows.Forms"/></extensions>
Alternative register from code usingfluent configuration API:
NLog.LogManager.Setup().RegisterWindowsForms();
About
NLog targets specific for Windows.Forms
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.