Class DummyNanoClock
java.lang.Object
org.apache.logging.log4j.core.util.DummyNanoClock
- All Implemented Interfaces:
NanoClock
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDummyNanoClock(long fixedNanoTime) Constructs a new DummyNanoClock with the specified value to return. -
Method Summary
-
Field Details
-
fixedNanoTime
private final long fixedNanoTime
-
-
Constructor Details
-
DummyNanoClock
public DummyNanoClock() -
DummyNanoClock
public DummyNanoClock(long fixedNanoTime) Constructs a new DummyNanoClock with the specified value to return.- Parameters:
fixedNanoTime- the value to return fromnanoTime().
-
-
Method Details
-
nanoTime
-