Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

NLog targets specific for Windows.Forms

License

NotificationsYou must be signed in to change notification settings

NLog/NLog.Windows.Forms

Repository files navigation

VersionAppVeyorcodecov.io

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

Seelist

Register Extension

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

[8]ページ先頭

©2009-2025 Movatter.jp