Uses of Enum Class
zombie.debug.DebugType
Packages that use DebugType
Package
Description
-
Uses of DebugType in zombie.commands.serverCommands
Methods in zombie.commands.serverCommands that return DebugType -
Uses of DebugType in zombie.core.logger
Methods in zombie.core.logger with parameters of type DebugTypeModifier and TypeMethodDescriptionstatic voidExceptionLogger.logException(Throwable ex, String errorMessage, DebugType out, LogSeverity severity) -
Uses of DebugType in zombie.core.opengl
Methods in zombie.core.opengl with parameters of type 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 TypeMethodDescriptionDebugLogStream.getDebugType()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 TypeMethodDescriptionDebugLog.createLogStream(DebugType debugType) voidDebugLog.echoExceptionLineToLogFiles(DebugType debugType, LogSeverity logSeverity, String messageType, String outString) voidDebugLog.echoToLogFiles(DebugType debugType, LogSeverity logSeverity, String callerAffix, String rawOutString) IDebugLogFormatter.format(DebugType var1, LogSeverity var2, String var3, Object var4) DebugLog.formatLogStringAnimationRecordingFile(DebugType debugType, LogSeverity logSeverity, String callerAffix, Object outputStr) DebugLog.formatLogStringForConsole(DebugType debugType, LogSeverity logSeverity, String callerAffix, Object outputStr) DebugLog.formatLogStringForLogFile(DebugType debugType, LogSeverity logSeverity, String callerAffix, Object outputStr) static booleanstatic booleanDebugLog.isLogEnabled(DebugType type, LogSeverity logSeverity) static voidstatic voidDebugLog.setLogEnabled(DebugType type, boolean bEnabled) Constructors in zombie.debug with parameters of type DebugTypeModifierConstructorDescriptionDebugLogStream(PrintStream out, PrintStream warn, PrintStream err, DebugType debugType) -
Uses of DebugType in zombie.debug.objects
Methods in zombie.debug.objects with parameters of type DebugTypeModifier and TypeMethodDescriptionstatic voidstatic voidstatic voidObjectDebugger.Log(DebugType logStream, Object o, boolean forceAccessFields, boolean useClassAnnotations) static voidstatic voidObjectDebugger.Log(DebugType logStream, Object o, int inheritanceDepth, boolean forceAccessFields, boolean useClassAnnotations, int memberDepth) -
Uses of DebugType in zombie.Lua
Methods in zombie.Lua with parameters of type DebugType