Uses of Enum
org.apache.logging.log4j.spi.StandardLevel
Packages that use StandardLevel
Package
Description
Public API for Log4j 2.
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
Methods 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
Methods in org.apache.logging.log4j.spi that return StandardLevelModifier and TypeMethodDescriptionstatic StandardLevel
StandardLevel.getStandardLevel
(int intLevel) Method to convert custom Levels into a StandardLevel for conversion to other systems.static StandardLevel
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.