Package | Description |
---|---|
org.apache.logging.log4j.util |
Internal utility classes for the Log4j 2 API.
|
Modifier and Type | Method and Description |
---|---|
static PropertiesUtil.TimeUnit |
PropertiesUtil.TimeUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertiesUtil.TimeUnit[] |
PropertiesUtil.TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|