Field anAttr = FrameworkUtils.getField(aClass, aValue.getValue());
aMsg.concat("DataField:").concat(pEvent).concat(" (").concat(Name.getWithCharacterField(pField)).concat(") ");
if (anAttr != null) {
int row = TableRow.get(this.getqq_ArrayTester());
if (row > 0) {
ValidatingClass aRow = this.getArrayTester().get(row-1);
aMsg.concat("row:").concat(row).concat(" ").concat((DataValue)FrameworkUtils.getFieldValue(anAttr, aRow));
}
}
Logger.getLogger("task.part.logmgr").info(aMsg);
}