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