Exceptions
- exception apachelogs.Error[source]
Bases:
ExceptionThe base class for all custom exceptions raised by
apachelogs
- exception apachelogs.InvalidDirectiveError[source]
Bases:
Error,ValueErrorRaised by the
LogParserconstructor when given a log format containing an invalid or malformed directive- format
The log format string containing the invalid directive
- pos
The position in the log format string at which the invalid directive occurs