Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aegoroff/logviewer
A simple application for convenient working with application text logs. The application parses text logs separates it to messages, assign them corresponding level and colorizes them accordingly the level.
https://github.com/aegoroff/logviewer
c-sharp log-viewer wpf wpf-application wpf-ui
Last synced: 5 days ago
JSON representation
A simple application for convenient working with application text logs. The application parses text logs separates it to messages, assign them corresponding level and colorizes them accordingly the level.
- Host: GitHub
- URL: https://github.com/aegoroff/logviewer
- Owner: aegoroff
- License: lgpl-3.0
- Created: 2013-09-15T16:15:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T18:48:06.000Z (over 3 years ago)
- Last Synced: 2024-09-18T00:50:46.035Z (about 2 months ago)
- Topics: c-sharp, log-viewer, wpf, wpf-application, wpf-ui
- Language: C#
- Size: 6.55 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
logviewer
=========
[![Build status](https://ci.appveyor.com/api/projects/status/3hjuqdoag2s4jhx2?svg=true)](https://ci.appveyor.com/project/aegoroff/logviewer) [![NuGet version (logviewer.engine)](https://img.shields.io/nuget/v/logviewer.engine.svg?style=flat-square)](https://www.nuget.org/packages/logviewer.engine/)A simple application for convenient working with application text logs. The application can parse text logs, extract messages, assign message level and colorize messages by the level assigned. See [Wiki](https://github.com/aegoroff/logviewer/wiki) for more information.
## License
`logviewer` is available under the [LGPL, version 3.0](https://www.gnu.org/licenses/lgpl.html).