Uses of Class
org.apache.logging.log4j.spi.StandardLevel
-
Packages that use StandardLevel Package Description org.apache.logging.log4j Public API for Log4j 2.org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes. -
-
Uses of StandardLevel in org.apache.logging.log4j
Fields in org.apache.logging.log4j declared as StandardLevel Modifier and Type Field Description private StandardLevelLevel. standardLevelMethods 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
Fields in org.apache.logging.log4j.spi with type parameters of type StandardLevel Modifier and Type Field Description private static java.util.EnumSet<StandardLevel>StandardLevel. LEVELSETMethods 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(java.lang.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.
-