Class GeyserStandaloneLogger

java.lang.Object
net.minecrell.terminalconsole.SimpleTerminalConsole
org.geysermc.geyser.platform.standalone.GeyserStandaloneLogger
All Implemented Interfaces:
org.geysermc.geyser.api.command.CommandSource, org.geysermc.geyser.command.GeyserCommandSource, org.geysermc.geyser.GeyserLogger

public class GeyserStandaloneLogger extends net.minecrell.terminalconsole.SimpleTerminalConsole implements org.geysermc.geyser.GeyserLogger, org.geysermc.geyser.command.GeyserCommandSource
  • 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 org.geysermc.geyser.GeyserLogger
    • severe

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

      public void error(String message)
      Specified by:
      error in interface org.geysermc.geyser.GeyserLogger
    • error

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

      public void warning(String message)
      Specified by:
      warning in interface org.geysermc.geyser.GeyserLogger
    • info

      public void info(String message)
      Specified by:
      info in interface org.geysermc.geyser.GeyserLogger
    • debug

      public void debug(String message)
      Specified by:
      debug in interface org.geysermc.geyser.GeyserLogger
    • setDebug

      public void setDebug(boolean debug)
      Specified by:
      setDebug in interface org.geysermc.geyser.GeyserLogger
    • isDebug

      public boolean isDebug()
      Specified by:
      isDebug in interface org.geysermc.geyser.GeyserLogger