Class Logger

java.lang.Object
sawfowl.regionguard.utils.Logger

public class Logger extends Object
  • Constructor Details

    • Logger

      public Logger()
  • Method Details

    • info

      public void info(Object object)
    • info

      public void info(sawfowl.localeapi.api.Text text)
    • info

      public void info(Object object, Throwable throwable)
    • info

      public void info(String string)
    • info

      public void info(String string, Throwable throwable)
    • info

      public void info(net.kyori.adventure.text.Component component)
    • info

      public void info(net.kyori.adventure.text.Component component, Throwable throwable)
    • warn

      public void warn(Object object)
    • warn

      public void warn(sawfowl.localeapi.api.Text text)
    • warn

      public void warn(Object object, Throwable throwable)
    • warn

      public void warn(String string)
    • warn

      public void warn(String string, Throwable throwable)
    • warn

      public void warn(net.kyori.adventure.text.Component component)
    • warn

      public void warn(net.kyori.adventure.text.Component component, Throwable throwable)
    • error

      public void error(Object object)
    • error

      public void error(sawfowl.localeapi.api.Text text)
    • error

      public void error(Object object, Throwable throwable)
    • error

      public void error(String string)
    • error

      public void error(String string, Throwable throwable)
    • error

      public void error(net.kyori.adventure.text.Component component)
    • error

      public void error(net.kyori.adventure.text.Component component, Throwable throwable)
    • debug

      public void debug(Object object)
    • debug

      public void debug(sawfowl.localeapi.api.Text text)
    • debug

      public void debug(Object object, Throwable throwable)
    • debug

      public void debug(String string)
    • debug

      public void debug(String string, Throwable throwable)
    • debug

      public void debug(net.kyori.adventure.text.Component component)
    • debug

      public void debug(net.kyori.adventure.text.Component component, Throwable throwable)