Logging for plugin gathering

Moved spammy API stuff to a separate logger
This commit is contained in:
Nicholas Ignoffo 2018-02-17 09:48:17 -08:00
parent f49e661eb6
commit f89b5a005a
7 changed files with 50 additions and 16 deletions

View file

@ -55,7 +55,7 @@ public class BloodMagicAPI implements IBloodMagicAPI {
}
if (component != null) {
BMLog.API.info("Registered {} as a {} altar component.", state, componentType);
BMLog.API_VERBOSE.info("Registered {} as a {} altar component.", state, componentType);
altarComponents.put(component, state);
} else BMLog.API.warn("Invalid Altar component type: {}.", componentType);
}