transactionLogger.writeln();
auditLogger.paramPut(IAuditLogger.STATUS, OCSPRespGenerator.INTERNAL_ERROR);
}
byte[] respBytes = ocspresp.getEncoded();
auditLogger.paramPut(IAuditLogger.OCSPRESPONSE, new String (Hex.encode(respBytes)));
auditLogger.writeln();
auditLogger.flush();
transactionLogger.flush();
if (mDoSaferLogging){
// See if the Errorhandler has found any problems
if (hasErrorHandlerFailedSince(startTime)) {