Uses of Class
org.apache.logging.log4j.core.time.MutableInstant
Packages that use MutableInstant
Package
Description
Implementation of Log4j 2.
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Log4j 2 private implementation classes.
Provides classes implementing format specifiers in conversion patterns.
-
Uses of MutableInstant in org.apache.logging.log4j.core
Fields in org.apache.logging.log4j.core declared as MutableInstantMethods in org.apache.logging.log4j.core that return MutableInstantModifier and TypeMethodDescriptionprotected final MutableInstantAbstractLogEvent.getMutableInstant() -
Uses of MutableInstant in org.apache.logging.log4j.core.async
Fields in org.apache.logging.log4j.core.async declared as MutableInstant -
Uses of MutableInstant in org.apache.logging.log4j.core.impl
Fields in org.apache.logging.log4j.core.impl declared as MutableInstantModifier and TypeFieldDescriptionprivate final MutableInstantLog4jLogEvent.Builder.instantprivate final MutableInstantLog4jLogEvent.instantprivate final 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 MutableInstantModifier and TypeFieldDescriptionprivate final ThreadLocal<MutableInstant> DatePatternConverter.threadLocalMutableInstantMethods in org.apache.logging.log4j.core.pattern that return MutableInstantModifier and TypeMethodDescriptionprivate MutableInstantDatePatternConverter.getMutableInstant() -
Uses of MutableInstant in org.apache.logging.log4j.core.time
Methods in org.apache.logging.log4j.core.time with parameters of type MutableInstantModifier and TypeMethodDescriptionvoidPreciseClock.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 -
Uses of MutableInstant in org.apache.logging.log4j.layout.template.json.resolver
Fields in org.apache.logging.log4j.layout.template.json.resolver declared as MutableInstantModifier and TypeFieldDescriptionprivate final MutableInstantTimestampResolver.EpochResolutionRecord.instantprivate final 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 MutableInstantModifier and TypeFieldDescriptionprivate final MutableInstantInstantFormatter.JavaDateTimeFormatter.mutableInstantMethods in org.apache.logging.log4j.layout.template.json.util with parameters of type MutableInstantModifier and TypeMethodDescriptionprivate voidInstantFormatter.JavaDateTimeFormatter.formatMutableInstant(MutableInstant instant, StringBuilder stringBuilder)