Uses of Enum Class
zombie.debug.LogSeverity
Packages that use LogSeverity
-
Uses of LogSeverity in zombie.commands.serverCommands
Methods in zombie.commands.serverCommands that return LogSeverityModifier and TypeMethodDescriptionstatic LogSeverityLogCommand.getLogSeverity(String logSeverity) -
Uses of LogSeverity in zombie.core.logger
Methods in zombie.core.logger with parameters of type LogSeverityModifier and TypeMethodDescriptionstatic voidExceptionLogger.logException(Throwable ex, String errorMessage, DebugType out, LogSeverity severity) -
Uses of LogSeverity in zombie.core.znet
Methods in zombie.core.znet with parameters of type LogSeverity -
Uses of LogSeverity in zombie.debug
Subclasses with type arguments of type LogSeverity in zombie.debugFields in zombie.debug declared as LogSeverityMethods in zombie.debug that return LogSeverityModifier and TypeMethodDescriptionDebugLogStream.getLogSeverity()DebugType.getLogSeverity()static LogSeverityReturns the enum constant of this class with the specified name.static LogSeverity[]LogSeverity.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 LogSeverityMethods in zombie.debug with parameters of type LogSeverityModifier and TypeMethodDescriptionvoidDebugLog.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) booleanDebugType.isEnabled(LogSeverity logSeverity) static booleanDebugLog.isLogEnabled(DebugType type, LogSeverity logSeverity) booleanDebugLogStream.isLogEnabled(LogSeverity logSeverity) booleanLogSeverity.isLogEnabled(LogSeverity logSeverity) voidDebugLogStream.printException(Throwable ex, String errorMessage, String callerPrefix, LogSeverity severity) voidDebugLogStream.printException(Throwable ex, String errorMessage, LogSeverity severity) voidDebugLogStream.printException(Throwable ex, LogSeverity severity, String callerPrefix, String errorMessageFormat, Object... params) voidDebugType.printException(Throwable ex, String message, LogSeverity logSeverity) voidDebugType.printException(Throwable ex, LogSeverity logSeverity) voidDebugType.printException(Throwable ex, LogSeverity logSeverity, String messageFormat, Object... params) voidDebugLogStream.printStackTrace(LogSeverity severity, int depthStart, int depthCount, String messageFormat, Object... params) voidDebugType.printStackTrace(LogSeverity severity, int depth, String messageFormat, Object... params) voidDebugType.routedWrite(int backTraceOffset, LogSeverity logSeverity, String logText) voidDebugLogStream.setLogSeverity(LogSeverity newSeverity) voidDebugType.setLogSeverity(LogSeverity newSeverity) voidDebugType.write(LogSeverity logSeverity, String logText) Constructors in zombie.debug with parameters of type LogSeverityModifierConstructorDescriptionDebugLogStream(PrintStream out, PrintStream warn, PrintStream err, LogSeverity logSeverity)