Trees | Indices | Help |
---|
|
This class provides functionality to parse the server log file and insert it into sqlite database. Database table is deleted during creation of the each instance of this class
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
This file is generated during the testing of logfile parsing. Intended for internal use
|
This file is generated during the testing of datetime parsing. Intended for internal use
|
This constructor creates an instance of Parser class. It require two parameters server log file path and database file location
|
This class is used to parse the date and time from the line of logfile. Intended for the internal use
|
This function takes iteratable collection of lines from server log file. It returns the list of tuples in format t(ip,datetime,request-method,request-path,request-param,user-agent,status-code,bytesTx,referrer)
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Oct 1 18:20:00 2009 | http://epydoc.sourceforge.net |