java.lang.Object
preponderous.ponder.minecraft.bukkit.utils.Logger

public class Logger extends Object
  • Constructor Details

    • Logger

      public Logger(PonderMC ponder)
  • Method Details

    • log

      public boolean log(boolean debug, String message)
      Method to print a message to the console if the debug flag is set to true.
      Parameters:
      debug - to check.
      message - to print.
      Returns:
      boolean signifying whether or not the method was successful.
    • print

      public void print(String message)
      Method to print a message to the console.
      Parameters:
      message - to print.