Uses of Class
org.apache.logging.log4j.core.time.MutableInstant
-
Packages that use MutableInstant 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 -
-
Uses of MutableInstant in org.apache.logging.log4j.core
Fields in org.apache.logging.log4j.core declared as MutableInstant Modifier and Type Field Description private MutableInstant
AbstractLogEvent. instant
Methods in org.apache.logging.log4j.core that return MutableInstant Modifier and Type Method Description protected MutableInstant
AbstractLogEvent. getMutableInstant()
-
Uses of MutableInstant in org.apache.logging.log4j.core.async
Fields in org.apache.logging.log4j.core.async declared as MutableInstant Modifier and Type Field Description private MutableInstant
RingBufferLogEvent. instant
-
Uses of MutableInstant in org.apache.logging.log4j.core.impl
Fields in org.apache.logging.log4j.core.impl declared as MutableInstant Modifier and Type Field Description private MutableInstant
Log4jLogEvent.Builder. instant
private MutableInstant
Log4jLogEvent. instant
private MutableInstant
MutableLogEvent. instant
-
Uses of MutableInstant in org.apache.logging.log4j.core.pattern
Fields in org.apache.logging.log4j.core.pattern with type parameters of type MutableInstant Modifier and Type Field Description private java.lang.ThreadLocal<MutableInstant>
DatePatternConverter. threadLocalMutableInstant
Methods in org.apache.logging.log4j.core.pattern that return MutableInstant Modifier and Type Method Description private MutableInstant
DatePatternConverter. getMutableInstant()
-
Uses of MutableInstant in org.apache.logging.log4j.core.time
Methods in org.apache.logging.log4j.core.time with parameters of type MutableInstant Modifier and Type Method Description void
PreciseClock. init(MutableInstant mutableInstant)
Initializes the specified instant with time information as accurate as available on this platform. -
Uses of MutableInstant in org.apache.logging.log4j.core.time.internal
Methods in org.apache.logging.log4j.core.time.internal with parameters of type MutableInstant Modifier and Type Method Description void
FixedPreciseClock. init(MutableInstant instant)
-