Package zombie.commands.serverCommands
Class LogCommand
java.lang.Object
zombie.commands.CommandBase
zombie.commands.serverCommands.LogCommand
-
Field Summary
Fields inherited from class zombie.commands.CommandBase
argsName, connection, defaultArgsName, description -
Constructor Summary
ConstructorsConstructorDescriptionLogCommand(String string, String string2, String string3, UdpConnection udpConnection) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringCommand()static DebugTypegetDebugType(String string) static LogSeveritygetLogSeverity(String string) Methods inherited from class zombie.commands.CommandBase
accessLevelToInt, canBeExecuted, Execute, findCommandCls, getAccessLevel, getAnnotation, getCommand, getCommandArg, getCommandArgsCount, getCommandArgVariants, getCommandName, getExecutorUsername, getHelp, getHelp, getRequiredRights, getSubClasses, hasHelp, hasOptionalArg, isCommandComeFromServerConsole, isDisabled, isParsingSuccessful, parseCommand
-
Constructor Details
-
LogCommand
-
-
Method Details
-
getDebugType
-
getLogSeverity
-
Command
- Specified by:
Commandin classCommandBase
-