String eStr = "Failure while updating the persistent log "
+"containing the service state";
problemLogger.log(Level.INFO, eStr, e);
Entry[] errorAttrs = new Entry[]
{ new FiddlerStatus(StatusType.ERROR),
new Comment(eStr)
};
joinMgr.addAttributes(errorAttrs,true);
}//endif
}
}//end addLogRecord