public void append(Event e) throws IOException {
q.add(e);
super.append(e);
}
}));
Factory protFactory = new TBinaryProtocol.Factory(true, true);
TSaneServerSocket serverTransport = new TSaneServerSocket(port);
server =
new TSaneThreadPoolServer(processor, serverTransport, protFactory);
LOG.info(String.format(