JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.logging.log4j.core.util
Interface Clock
All Known Subinterfaces:
PreciseClock
All Known Implementing Classes:
CachedClock
,
CoarseCachedClock
,
FixedPreciseClock
,
SystemClock
,
SystemMillisClock
public interface
Clock
Provides the time stamp used in log events.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
currentTimeMillis
()
Returns the time in milliseconds since the epoch.
Method Detail
currentTimeMillis
long currentTimeMillis()
Returns the time in milliseconds since the epoch.
Returns:
the time in milliseconds since the epoch
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method