Class EBLogger

java.lang.Object
com.binaris.wizardry.core.EBLogger

public final class EBLogger extends Object
EBLogger is a simple wrapper around the SLF4J Logger, providing convenience methods for logging messages at different levels. It is designed to be used throughout the EBWizardry mod for consistent logging and to be easy to change and maintain.
  • Method Details

    • info

      public static void info(String info, Object... args)
    • error

      public static void error(String message, Object... args)
    • debug

      public static void debug(String message, Object... args)
    • warn

      public static void warn(String message, Object... args)