Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/touseefelahi/logviewer
- Owner: Touseefelahi
- Created: 2019-11-27T09:28:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T08:28:56.000Z (over 2 years ago)
- Last Synced: 2024-07-01T17:53:54.955Z (6 months ago)
- Topics: logging, logstash, wpf-ui
- Language: C#
- Size: 21.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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");