Uses of Enum Class
ch.nolix.baseapi.errorcontrol.logging.HarmLevel
Packages that use HarmLevel
-
Uses of HarmLevel in ch.nolix.base.errorcontrol.logging
Fields in ch.nolix.base.errorcontrol.logging declared as HarmLevelModifier and TypeFieldDescriptionstatic final HarmLevelAbstractLogHandler.DEFAULT_MIN_HARM_LEVELMethods in ch.nolix.base.errorcontrol.logging that return HarmLevelModifier and TypeMethodDescriptionLogEntry.getHarmLevel()final HarmLevelAbstractLogHandler.getMinHarmLevel()Methods in ch.nolix.base.errorcontrol.logging with parameters of type HarmLevelModifier and TypeMethodDescriptionstatic LogEntryLogEntry.withMessageAndHarmLevel(String message, HarmLevel harmLevel) -
Uses of HarmLevel in ch.nolix.baseapi.errorcontrol.logging
Subclasses with type arguments of type HarmLevel in ch.nolix.baseapi.errorcontrol.loggingMethods in ch.nolix.baseapi.errorcontrol.logging that return HarmLevelModifier and TypeMethodDescriptionstatic HarmLevelReturns the enum constant of this class with the specified name.static HarmLevel[]HarmLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.nolix.baseapi.errorcontrol.logging with parameters of type HarmLevelModifier and TypeMethodDescriptionfinal booleanHarmLevel.isHigherThan(HarmLevel harmLevel) final booleanHarmLevel.isLowerThan(HarmLevel harmLevel)