ATLAS Offline Software
|
A class holding report information from scanning a logfile This is pretty much a virtual class, fill in the specific methods when you know what type of logfile you are dealing with. More...
Public Member Functions | |
def | __init__ (self, logfile=None, msgLimit=10, msgDetailLevel=stdLogLevels['ERROR']) |
def | resetReport (self) |
def | scanLogFile (self) |
def | worstError (self) |
def | firstError (self) |
def | __str__ (self) |
Private Attributes | |
_logfile | |
_msgLimit | |
_msgDetails | |
_re | |
A class holding report information from scanning a logfile This is pretty much a virtual class, fill in the specific methods when you know what type of logfile you are dealing with.
Definition at line 176 of file trfValidation.py.
def python.trfValidation.logFileReport.__init__ | ( | self, | |
logfile = None , |
|||
msgLimit = 10 , |
|||
msgDetailLevel = stdLogLevels['ERROR'] |
|||
) |
Reimplemented in python.trfValidation.scriptLogFileReport.
Definition at line 177 of file trfValidation.py.
def python.trfValidation.logFileReport.__str__ | ( | self | ) |
Reimplemented in python.trfValidation.scriptLogFileReport, and python.trfValidation.athenaLogFileReport.
Definition at line 204 of file trfValidation.py.
def python.trfValidation.logFileReport.firstError | ( | self | ) |
Definition at line 201 of file trfValidation.py.
def python.trfValidation.logFileReport.resetReport | ( | self | ) |
Reimplemented in python.trfValidation.scriptLogFileReport, and python.trfValidation.athenaLogFileReport.
Definition at line 192 of file trfValidation.py.
def python.trfValidation.logFileReport.scanLogFile | ( | self | ) |
Definition at line 195 of file trfValidation.py.
def python.trfValidation.logFileReport.worstError | ( | self | ) |
Reimplemented in python.trfValidation.scriptLogFileReport, and python.trfValidation.athenaLogFileReport.
Definition at line 198 of file trfValidation.py.
|
private |
Definition at line 181 of file trfValidation.py.
|
private |
Definition at line 186 of file trfValidation.py.
|
private |
Definition at line 185 of file trfValidation.py.
|
private |
Definition at line 187 of file trfValidation.py.