![]() |
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 Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self, logfile=None, msgLimit=10, msgDetailLevel=stdLogLevels['ERROR']) | |
| resetReport (self) | |
| scanLogFile (self) | |
| worstError (self) | |
| firstError (self) | |
| __str__ (self) | |
Protected Attributes | |
| list | _logfile = [logfile, ] |
| _msgLimit = msgLimit | |
| _msgDetails = msgDetailLevel | |
| _re = None | |
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.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.trfValidation.logFileReport.__init__ | ( | self, | |
| logfile = None, | |||
| msgLimit = 10, | |||
| msgDetailLevel = stdLogLevels['ERROR'] ) |
Definition at line 177 of file trfValidation.py.
| python.trfValidation.logFileReport.__str__ | ( | self | ) |
Definition at line 204 of file trfValidation.py.
| python.trfValidation.logFileReport.firstError | ( | self | ) |
Reimplemented in python.trfValidation.athenaLogFileReport.
Definition at line 201 of file trfValidation.py.
| python.trfValidation.logFileReport.resetReport | ( | self | ) |
Reimplemented in python.trfValidation.athenaLogFileReport, and python.trfValidation.scriptLogFileReport.
Definition at line 192 of file trfValidation.py.
| python.trfValidation.logFileReport.scanLogFile | ( | self | ) |
Reimplemented in python.trfValidation.athenaLogFileReport, and python.trfValidation.scriptLogFileReport.
Definition at line 195 of file trfValidation.py.
| python.trfValidation.logFileReport.worstError | ( | self | ) |
Reimplemented in python.trfValidation.athenaLogFileReport, and python.trfValidation.scriptLogFileReport.
Definition at line 198 of file trfValidation.py.
|
protected |
Definition at line 181 of file trfValidation.py.
|
protected |
Definition at line 186 of file trfValidation.py.
|
protected |
Definition at line 185 of file trfValidation.py.
|
protected |
Definition at line 187 of file trfValidation.py.