public void addLogEvent(UserLogEvent event) { try { super.addLogEvent(event); super.monitor(); } catch (Exception e) { fail("failed to process action " + event.getEventType()); } }