Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).