Package | Description |
---|---|
org.apache.logging.log4j.core |
Implementation of Log4j 2.
|
org.apache.logging.log4j.core.util |
Log4j 2 helper classes.
|
Modifier and Type | Field and Description |
---|---|
private LifeCycle.State |
AbstractLifeCycle.state |
Modifier and Type | Method and Description |
---|---|
LifeCycle.State |
LifeCycle.getState()
Gets the life-cycle state.
|
LifeCycle.State |
AbstractLifeCycle.getState() |
static LifeCycle.State |
LifeCycle.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LifeCycle.State[] |
LifeCycle.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLifeCycle.setState(LifeCycle.State newState) |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<LifeCycle.State> |
DefaultShutdownCallbackRegistry.state |
Modifier and Type | Method and Description |
---|---|
LifeCycle.State |
DefaultShutdownCallbackRegistry.getState() |