logalyzer.parse.LineParser(object)
class documentation
Part of logalyzer.parse
(View In Hierarchy)
I parse logfile lines to generate timestamp-keyed records. Send an instance of me to your processes.
Instantiate me with a dict of matchers (ipMatcher, uaMatcher, and/or botMatcher). If you want to exclude any HTTP codes, list them with exclude.
Method | dtFactory | Undocumented |
Method | parseDatetimeBlock | Returns a datetime object for the date & time in the supplied text string |
Method | setVhost | Undocumented |
Method | __call__ | Parses an individual logfile line and returns a list: |