AuditorSvc.Auditors += { 'AlgContextAuditor' } ;
ApplicationMgr.ExtSvc += { 'AuditorSvc','AlgContextSvc' } ;
ApplicationMgr.AuditServices = true ;
ApplicationMgr.EvtMax = 1; // events to be processed (default is 10)
ApplicationMgr.EvtSel = 'NONE'; // do not use any event input
import re
if re.search(r'AlgContextSvc.*WARNING.*NULL',stdout):
causes.append("warning in AlgContextSvc for NULL pointer")