Apache Log Line Parser Module
This is a Python module which is capable of parsing Apache access and error log files. This module assumes log files are in the format mentioned in this link http://httpd.apache.org/docs/2.1/logs.html (Access and Error log).
This modules is not intelligent enough to validate log lines to make sure they are from access / error logs, so its up to developer to pass them valid log lines. :)



