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.
|
Modifier and Type | Field and Description |
---|---|
private StandardLevel |
Level.standardLevel |
Modifier and Type | Method and Description |
---|---|
StandardLevel |
Level.getStandardLevel()
Gets the standard Level values as an enum.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.EnumSet<StandardLevel> |
StandardLevel.LEVELSET |
Modifier and Type | Method and Description |
---|---|
static StandardLevel |
StandardLevel.getStandardLevel(int intLevel)
Method to convert custom Levels into a StandardLevel for conversion to other systems.
|
static StandardLevel |
StandardLevel.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.
|