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
ConstructorDescriptionLogCommand
(String string, String string2, String string3, UdpConnection udpConnection) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Command()
static DebugType
getDebugType
(String string) static LogSeverity
getLogSeverity
(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:
Command
in classCommandBase
-