this.addListener(new DeviceDebugEventLogger());
}
private void registerDeviceManagerDebugEvents() throws FloodlightModuleException {
if (debugEvents == null) {
debugEvents = new NullDebugEvent();
}
try {
evDevice =
debugEvents.registerEvent(PACKAGE, "hostevent",
"Host added, removed, updated, or moved",