Log Parser and Reporting
http://techiecocktail.blogspot.com/2008/08/log-parsing-and-reporting.html
Introduction:
Logging information has become integral part of the source code implementation as it helps to identify useful information or troubleshoot an issue. Logs can contain lots of information which may be sometime tedious to interpret, specially, if they contain too much of data. It can sometime become difficult or time-consuming to understand the large number of records in many log files and sometime the data isn’t in human-readable format.
