| 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 | Method and Description |
|---|---|
StandardLevel |
Level.getStandardLevel()
Gets the standard Level values as an enum.
|
| 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(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.
|
Copyright © 2006-2016 OPS4J - Open Participation Software for Java. All Rights Reserved.