}
if (fce._condContUserName || fce._condContDBPath) {
if (!insertCurrentContext(fce, contextMap, logRec.getThrown()))
return contextMap;
}
FormulaContext ctx = Formulas.createContext(contextMap,
LogConfig.L_LogFilterHandler.L_LogFilterConfigEntry._myFormulaParser.get());
List<Object> result = null;
try {
result = fce._parsedCond.solve(ctx);
} catch (EvaluateException e) {