Uses of Class
org.apache.logging.log4j.spi.StandardLevel
-
Packages that use StandardLevel Package Description org.apache.logging.log4j org.apache.logging.log4j.spi -
-
Uses of StandardLevel in org.apache.logging.log4j
Methods in org.apache.logging.log4j that return StandardLevel Modifier and Type Method Description StandardLevelLevel. getStandardLevel()Gets the standard Level values as an enum. -
Uses of StandardLevel in org.apache.logging.log4j.spi
Methods in org.apache.logging.log4j.spi that return StandardLevel Modifier and Type Method Description static StandardLevelStandardLevel. getStandardLevel(int intLevel)Method to convert custom Levels into a StandardLevel for conversion to other systems.static StandardLevelStandardLevel. valueOf(String name)Returns 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.
-