Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/touseefelahi/logviewer

Simple log viewer for WPF apps
https://github.com/touseefelahi/logviewer

logging logstash wpf-ui

Last synced: 13 days ago
JSON representation

Simple log viewer for WPF apps

Awesome Lists containing this project

README

        


This goes in Xaml





Set the Datacontext in code behind

var logger = new Logger.Core.Logger();
LogView.DataContext = new Logger.Core.LogControlViewModel(logger);
logger.Log("Test App working");