Uses of Class
org.apache.logging.log4j.core.time.MutableInstant
-
-
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.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.core.util
Methods in org.apache.logging.log4j.core.util with parameters of type MutableInstant Modifier and Type Method Description voidSystemClock. init(MutableInstant mutableInstant) -
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)
-