Switch main content to a proper logger
Need to figure out what to keep from old API and move that over as well.
This commit is contained in:
parent
36ce215b6b
commit
acc0acb806
8 changed files with 18 additions and 17 deletions
|
@ -928,7 +928,7 @@ public class Utils {
|
|||
Class<?> handlerClass = Class.forName(data.getClassName());
|
||||
Object handlerImpl = handlerClass.newInstance();
|
||||
MinecraftForge.EVENT_BUS.register(handlerImpl);
|
||||
BloodMagic.instance.logger.debug("Registering event handler for class {}", data.getClassName());
|
||||
BloodMagic.LOGGER.debug("Registering event handler for class {}", data.getClassName());
|
||||
} catch (Exception e) {
|
||||
// No-op
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue