@Override
public void startUp(FloodlightModuleContext context)
throws FloodlightModuleException {
IRestApiService restService =
context.getServiceImpl(IRestApiService.class);
restService.addRestletRoutable(new DebugEventRoutable());
DebugEventAppender.setDebugEventServiceImpl(this);
}