GitXplorerGitXplorer
h

SimpleLogParser

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
381d677899b9fc501e22e89333cdee9e8effedca

Initial commit of simple log parsing libraries and basics.

hhross committed 11 years ago
Unverified
1436f951d79bb1a4ecad5cb10c480ebdfa34d2e2

Initial commit

hhross committed 11 years ago

README

The README file for this repository.

SimpleLogParser

A simple, pluggable log parsing application/library written in C#. Used to read/alert on log files.

Sadly there are still some threading issues with my parallel for loops that need to be worked out, so if you use this code you will want to single thread it or fix the threading issues.