Class SystemMillisClock
- java.lang.Object
-
- org.apache.logging.log4j.core.util.SystemMillisClock
-
-
Constructor Summary
Constructors Constructor Description SystemMillisClock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
currentTimeMillis()
Returns the system time.
-
-
-
Method Detail
-
currentTimeMillis
public long currentTimeMillis()
Returns the system time.- Specified by:
currentTimeMillis
in interfaceClock
- Returns:
- the result of calling
System.currentTimeMillis()
-
-