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 org.apache.logging.log4j.layout.template.json.resolver org.apache.logging.log4j.layout.template.json.util -
-
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 MutableInstantAbstractLogEvent. instantMethods in org.apache.logging.log4j.core that return MutableInstant Modifier and Type Method Description protected MutableInstantAbstractLogEvent. 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 MutableInstantRingBufferLogEvent. 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 MutableInstantLog4jLogEvent.Builder. instantprivate MutableInstantLog4jLogEvent. instantprivate MutableInstantMutableLogEvent. 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. threadLocalMutableInstantMethods in org.apache.logging.log4j.core.pattern that return MutableInstant Modifier and Type Method Description private MutableInstantDatePatternConverter. 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 voidPreciseClock. 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 voidFixedPreciseClock. init(MutableInstant instant) -
Uses of MutableInstant in org.apache.logging.log4j.layout.template.json.resolver
Fields in org.apache.logging.log4j.layout.template.json.resolver declared as MutableInstant Modifier and Type Field Description private MutableInstantTimestampResolver.EpochResolutionRecord. instantprivate MutableInstantTimestampResolver.PatternResolverContext. lastFormattedInstant -
Uses of MutableInstant in org.apache.logging.log4j.layout.template.json.util
Fields in org.apache.logging.log4j.layout.template.json.util declared as MutableInstant Modifier and Type Field Description private MutableInstantInstantFormatter.JavaDateTimeFormatter. mutableInstantMethods in org.apache.logging.log4j.layout.template.json.util with parameters of type MutableInstant Modifier and Type Method Description private voidInstantFormatter.JavaDateTimeFormatter. formatMutableInstant(MutableInstant instant, java.lang.StringBuilder stringBuilder)
-