Uses of Enum Class
org.torqlang.util.MessageLevel
-
Uses of MessageLevel in org.torqlang.util
Subclasses with type arguments of type MessageLevel in org.torqlang.utilMethods in org.torqlang.util that return MessageLevelModifier and TypeMethodDescriptionstatic MessageLevelLoggerTools.loggingLevel()static MessageLevelReturns the enum constant of this class with the specified name.static MessageLevel[]MessageLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.torqlang.util with parameters of type MessageLevelModifier and TypeMethodDescriptionstatic MessageMessage.create(String name, MessageLevel type, String message) static Messagestatic booleanLoggerTools.isLogging(MessageLevel level) static voidLoggerTools.setLoggingLevel(MessageLevel loggingLevel)