add Logging to various locations #11
@ -34,8 +34,8 @@ public class InteractionRegistry {
|
|||||||
this.interactionMethods.add(iMethod);
|
this.interactionMethods.add(iMethod);
|
||||||
logger.debug("Added {} method from {}", iMethod.getMethod().getName(), interactionHandler.getClass().getSimpleName());
|
logger.debug("Added {} method from {}", iMethod.getMethod().getName(), interactionHandler.getClass().getSimpleName());
|
||||||
}
|
}
|
||||||
logger.info("Added all Interactions from {}", interactionHandler.getClass().getSimpleName());
|
|
||||||
}
|
}
|
||||||
|
logger.info("Added all Interactions from {}", interactionHandler.getClass().getSimpleName());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void registerCommands() {
|
public void registerCommands() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user