by Jon Sigfusson
10. February 2011 07:03
I recently wrote a small application to parse IIS log files. There is already an excellent tool from Microsoft to parse log files, but I needed to do some filtering and grouping and then some analysing before displaying a result, and to this end I decided to write a little tool for the job.
The tool has been named IIS Log Parser, but it can be extended to support log files from other sources. You can download the tool here.
This tool is written in WPF in Visual Studio 2010. It follows the MVVM architecture and I hope to find the time to write how I wrote it, but for now you can use Reflector or similar tool to look at the source code. Please observe the copyrights though.
More to come…
97d90e3a-785b-42c1-8b10-1437b0b3f471|0|.0
Tags:
Programming