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 NanoClock
All Known Implementing Classes:
DummyNanoClock
,
SystemNanoClock
public interface
NanoClock
Provides the high-resolution time stamp used in log events.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
nanoTime
()
Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds.
Method Detail
nanoTime
long nanoTime()
Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds.
Returns:
the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds
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