Package | Description |
---|---|
org.apache.logging.log4j.core |
Implementation of Log4j 2.
|
org.apache.logging.log4j.core.async |
Provides Asynchronous Logger classes and interfaces for low-latency logging.
|
org.apache.logging.log4j.core.impl |
Log4j 2 private implementation classes.
|
org.apache.logging.log4j.core.pattern |
Provides classes implementing format specifiers in conversion patterns.
|
org.apache.logging.log4j.core.time | |
org.apache.logging.log4j.core.time.internal |
Modifier and Type | Field and Description |
---|---|
private MutableInstant |
AbstractLogEvent.instant |
Modifier and Type | Method and Description |
---|---|
protected MutableInstant |
AbstractLogEvent.getMutableInstant() |
Modifier and Type | Field and Description |
---|---|
private MutableInstant |
RingBufferLogEvent.instant |
Modifier and Type | Field and Description |
---|---|
private MutableInstant |
Log4jLogEvent.instant |
private MutableInstant |
Log4jLogEvent.Builder.instant |
private MutableInstant |
MutableLogEvent.instant |
Modifier and Type | Field and Description |
---|---|
private java.lang.ThreadLocal<MutableInstant> |
DatePatternConverter.threadLocalMutableInstant |
Modifier and Type | Method and Description |
---|---|
private MutableInstant |
DatePatternConverter.getMutableInstant() |
Modifier and Type | Method and Description |
---|---|
void |
PreciseClock.init(MutableInstant mutableInstant)
Initializes the specified instant with time information as accurate as available on this platform.
|
Modifier and Type | Method and Description |
---|---|
void |
FixedPreciseClock.init(MutableInstant instant) |