Uses of Enum
org.apache.logging.log4j.spi.StandardLevel
Packages that use StandardLevel
-
Uses of StandardLevel in org.apache.logging.log4j
Fields in org.apache.logging.log4j declared as StandardLevelMethods in org.apache.logging.log4j that return StandardLevelModifier and TypeMethodDescriptionLevel.getStandardLevel()Gets the standard Level values as an enum. -
Uses of StandardLevel in org.apache.logging.log4j.spi
Fields in org.apache.logging.log4j.spi with type parameters of type StandardLevelModifier and TypeFieldDescriptionprivate static final EnumSet<StandardLevel> StandardLevel.LEVELSETMethods in org.apache.logging.log4j.spi that return StandardLevelModifier and TypeMethodDescriptionstatic StandardLevelStandardLevel.getStandardLevel(int intLevel) Method to convert custom Levels into a StandardLevel for conversion to other systems.static StandardLevelReturns the enum constant of this type with the specified name.static StandardLevel[]StandardLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.