6768697071727374757677
} } } public void run() { AuditEvent event = null; // try { while (!closed) { // read an event from the wire try {
3536373839404142
public void log(AuditEvent auditEvent) throws AuditException { auditAppender.doAppend(auditEvent); } public void log(AuditEventBuilder builder) throws AuditException { AuditEvent auditEvent = builder.build(); auditAppender.doAppend(auditEvent); }