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 MutableInstant
AbstractLogEvent.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 MutableInstant
Log4jLogEvent.Builder.instant
private final MutableInstant
Log4jLogEvent.instant
private final 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 MutableInstantModifier and TypeFieldDescriptionprivate final ThreadLocal<MutableInstant>
DatePatternConverter.threadLocalMutableInstant
Methods in org.apache.logging.log4j.core.pattern that return MutableInstantModifier and TypeMethodDescriptionprivate 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 MutableInstantModifier and TypeMethodDescriptionvoid
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