Package | Description |
---|---|
org.apache.logging.log4j.util |
Internal utility classes for the Log4j 2 API.
|
Modifier and Type | Field and Description |
---|---|
private Timer.Status |
Timer.status |
Modifier and Type | Method and Description |
---|---|
Timer.Status |
Timer.getStatus()
Returns the name of the last operation performed on this timer (Start, Stop, Pause or
Resume).
|
static Timer.Status |
Timer.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Timer.Status[] |
Timer.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|