Uses of Class
org.apache.logging.log4j.util.PropertiesUtil.TimeUnit
-
Packages that use PropertiesUtil.TimeUnit Package Description org.apache.logging.log4j.util Internal utility classes for the Log4j 2 API. -
-
Uses of PropertiesUtil.TimeUnit in org.apache.logging.log4j.util
Methods in org.apache.logging.log4j.util that return PropertiesUtil.TimeUnit Modifier and Type Method 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.
-