if (mDoAuditLog==true) { // If we are not going to do any logging we wont bother setting it up
final String auditLogPattern = OcspConfiguration.getAuditLogPattern();
m_log.debug("Pattern used for auditLogPattern: '" + auditLogPattern + "'");
final String auditLogOrder = OcspConfiguration.getAuditLogOrder();
m_log.debug("Pattern used for auditLogOrder: '" + auditLogOrder + "'");
this.auditLogger = new AuditLogger(auditLogPattern, auditLogOrder,logDateFormat, timezone);
}
m_log.debug("Are we doing auditLogging?: '" + mDoTransactionLog + "'");
if (mDoTransactionLog==true) { // If we are not going to do any logging we wont bother setting it up
final String transactionLogPattern = OcspConfiguration.getTransactionLogPattern();
m_log.debug("Pattern used for transactionLogPattern: '" + transactionLogPattern + "'");