Looks like github lost two weeks of its public activity data.
logger.info("...");
versus: EventHandle eh = EBus.getHandle(
eventBuilder.executing().name("some operation").build());
if (eh.isAllowed()) {
eh.addParam("p1","v1").addParam("p2","v2").post();
}
That's a lot of typing.