Uses of Interface
org.apache.logging.log4j.core.time.PreciseClock
-
Packages that use PreciseClock Package Description org.apache.logging.log4j.core.time.internal org.apache.logging.log4j.core.util -
-
Uses of PreciseClock in org.apache.logging.log4j.core.time.internal
Classes in org.apache.logging.log4j.core.time.internal that implement PreciseClock Modifier and Type Class Description classFixedPreciseClockImplementation of thePreciseClockinterface that always returns a fixed time value. -
Uses of PreciseClock in org.apache.logging.log4j.core.util
Classes in org.apache.logging.log4j.core.util that implement PreciseClock Modifier and Type Class Description classSystemClockImplementation of theClockinterface that returns the system time.
-