Class GeyserStandaloneLogger

java.lang.Object
net.minecrell.terminalconsole.SimpleTerminalConsole
org.geysermc.platform.standalone.GeyserStandaloneLogger
All Implemented Interfaces:
CommandSender, GeyserLogger

public class GeyserStandaloneLogger extends net.minecrell.terminalconsole.SimpleTerminalConsole implements GeyserLogger, CommandSender
  • Constructor Details

    • GeyserStandaloneLogger

      public GeyserStandaloneLogger()
  • Method Details

    • isRunning

      protected boolean isRunning()
      Specified by:
      isRunning in class net.minecrell.terminalconsole.SimpleTerminalConsole
    • runCommand

      protected void runCommand(String line)
      Specified by:
      runCommand in class net.minecrell.terminalconsole.SimpleTerminalConsole
    • shutdown

      protected void shutdown()
      Specified by:
      shutdown in class net.minecrell.terminalconsole.SimpleTerminalConsole
    • severe

      public void severe(String message)
      Specified by:
      severe in interface GeyserLogger
    • severe

      public void severe(String message, Throwable error)
      Specified by:
      severe in interface GeyserLogger
    • error

      public void error(String message)
      Specified by:
      error in interface GeyserLogger
    • error

      public void error(String message, Throwable error)
      Specified by:
      error in interface GeyserLogger
    • warning

      public void warning(String message)
      Specified by:
      warning in interface GeyserLogger
    • info

      public void info(String message)
      Specified by:
      info in interface GeyserLogger
    • debug

      public void debug(String message)
      Specified by:
      debug in interface GeyserLogger
    • setDebug

      public void setDebug(boolean debug)
      Specified by:
      setDebug in interface GeyserLogger
    • isDebug

      public boolean isDebug()
      Specified by:
      isDebug in interface GeyserLogger
    • getName

      public String getName()
      Specified by:
      getName in interface CommandSender
    • sendMessage

      public void sendMessage(String message)
      Specified by:
      sendMessage in interface CommandSender
    • isConsole

      public boolean isConsole()
      Specified by:
      isConsole in interface CommandSender