return;
}
// TODO: Queue this up for later sending instead.
LoggedNotification notification = buildLoggedNotification(record.getThrown());
notification.setSeverity(getSeverity(record.getLevel()));
notification.setMessage(record.getMessage());
notification.setMethodName(record.getSourceMethodName());
notification.setClassName(record.getSourceClassName());
notification.setThreadId(record.getThreadID());
connector.send(notification);
}