Uses of Enum Class
zombie.debug.DebugType
Packages that use DebugType
-
Uses of DebugType in zombie.commands.serverCommands
Methods in zombie.commands.serverCommands that return DebugType -
Uses of DebugType in zombie.debug
Subclasses with type arguments of type DebugType in zombie.debugFields in zombie.debug declared as DebugTypeMethods in zombie.debug that return DebugTypeModifier and TypeMethodDescriptionAutoRepiperDebugLogStream.getDefaultDebugType()static DebugTypeReturns the enum constant of this class with the specified name.static DebugType[]DebugType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.debug that return types with arguments of type DebugTypeMethods in zombie.debug with parameters of type DebugTypeModifier and TypeMethodDescriptionAutoRepiperDebugLogStream.RepiperPacket.alloc(Object in_object, LogSeverity in_defaultLogSeverity, DebugType in_defaultDebugType) static voidDebugLog.enableLog(DebugType type, LogSeverity severity) static StringDebugLog.formatString(DebugType type, LogSeverity logSeverity, Object affix, boolean in_allowRepeat, String formatNoParams) static StringDebugLog.formatString(DebugType type, LogSeverity logSeverity, Object affix, boolean in_allowRepeat, String format, Object... params) static StringDebugLog.formatStringVarArgs(DebugType type, LogSeverity logSeverity, Object affix, boolean in_allowRepeat, String format, Object... params) static LogSeverityDebugLog.getLogLevel(DebugType type) static LogSeverityDebugLog.getLogSeverity(DebugType in_type) static DebugLogStreamDebugLog.getOrCreateDebugLogStream(DebugType in_type) static booleanstatic booleanDebugLog.isLogEnabled(DebugType in_type, LogSeverity in_logSeverity) static voidstatic voidDebugLog.setLogEnabled(DebugType type, boolean bEnabled) static voidDebugLog.setLogSeverity(DebugType in_type, LogSeverity in_logSeverity) Constructors in zombie.debug with parameters of type DebugTypeModifierConstructorDescriptionAutoRepiperDebugLogStream(PrintStream defaultOut, DebugType defaultDebugType, LogSeverity logSeverity) -
Uses of DebugType in zombie.Lua
Methods in zombie.Lua with parameters of type DebugType