Package org.geysermc.platform.standalone
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidgetName()voidbooleanbooleanisDebug()protected booleanprotected voidrunCommand(String line)voidsendMessage(String message)voidsetDebug(boolean debug)voidvoidprotected voidshutdown()voidMethods inherited from class net.minecrell.terminalconsole.SimpleTerminalConsole
buildReader, processInput, startMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.geysermc.connector.command.CommandSender
getLocale, sendMessage
-
Constructor Details
-
GeyserStandaloneLogger
public GeyserStandaloneLogger()
-
-
Method Details
-
isRunning
protected boolean isRunning()- Specified by:
isRunningin classnet.minecrell.terminalconsole.SimpleTerminalConsole
-
runCommand
- Specified by:
runCommandin classnet.minecrell.terminalconsole.SimpleTerminalConsole
-
shutdown
protected void shutdown()- Specified by:
shutdownin classnet.minecrell.terminalconsole.SimpleTerminalConsole
-
severe
- Specified by:
severein interfaceGeyserLogger
-
severe
- Specified by:
severein interfaceGeyserLogger
-
error
- Specified by:
errorin interfaceGeyserLogger
-
error
- Specified by:
errorin interfaceGeyserLogger
-
warning
- Specified by:
warningin interfaceGeyserLogger
-
info
- Specified by:
infoin interfaceGeyserLogger
-
debug
- Specified by:
debugin interfaceGeyserLogger
-
setDebug
public void setDebug(boolean debug)- Specified by:
setDebugin interfaceGeyserLogger
-
isDebug
public boolean isDebug()- Specified by:
isDebugin interfaceGeyserLogger
-
getName
- Specified by:
getNamein interfaceCommandSender
-
sendMessage
- Specified by:
sendMessagein interfaceCommandSender
-
isConsole
public boolean isConsole()- Specified by:
isConsolein interfaceCommandSender
-