![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | check_log |
Functions | |
| check_log.get_parser () | |
| check_log.main () | |
| check_log.parseConfig (args) | |
| check_log.scanLogfile (args, logfile, ignorePattern=[]) | |
Variables | |
| dict | check_log.regexMap = {} |
| check_log.builtins = dir(builtins) | |
| list | check_log.builtinErrors = [b for b in builtins if 'Error' in b] |
| list | check_log.backtrace |
| list | check_log.fpeTracebackStart = [r'FPEAuditor.*INFO FPE stacktrace'] |
| list | check_log.fpeTracebackCont |