An open API service indexing awesome lists of open source software.

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.

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/
![NuGet](https://img.shields.io/nuget/v/nlogviewer.svg)

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.