https://github.com/erizet/nlogviewer
NlogViewer is a simple WPF-control to show NLog-logs.
https://github.com/erizet/nlogviewer
Last synced: 9 months ago
JSON representation
NlogViewer is a simple WPF-control to show NLog-logs.
- Host: GitHub
- URL: https://github.com/erizet/nlogviewer
- Owner: erizet
- License: mit
- Created: 2013-03-06T12:07:25.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T11:31:21.000Z (about 4 years ago)
- Last Synced: 2024-11-02T16:06:45.215Z (about 1 year ago)
- Language: C#
- Size: 282 KB
- Stars: 107
- Watchers: 11
- Forks: 50
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
[1]: http://dotnetsolutionsbytomi.blogspot.se/2011/06/creating-awesome-logging-control-with.html
[nuget]: https://nuget.org/packages/NlogViewer/

NlogViewer
==========
NlogViewer is a simple WPF-control to show NLog-logs. It's heavily inspired by [this blog][1].
## How to use?
Add a namespace to your Window, like this:
xmlns:nlog ="clr-namespace:NlogViewer;assembly=NlogViewer"
then add the control.
To setup NlogViewer as a target, add the following to your Nlog.config.
```xml
```
## Nuget
A NuGet-package is available [here][nuget]. It will try to install the control and a sample Nlog.config.