// Test event log thread
public void testEventLogThread() throws Exception {
EventLogThread thread =
EventLogThread.getInstance(EventLog.APPLICATION);
thread.doStart();
SSHEventLogNotification notification =
new SSHEventLogNotification();
thread.add(notification);