Uses of Interface
org.apache.logging.log4j.core.time.Instant
-
Packages that use Instant Package Description org.apache.log4j.bridge 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.jackson Classes and interfaces for serializing and deserializing Log4j 2 log events to XML and JSON using the Jackson library.org.apache.logging.log4j.core.layout Log4j 2 Layout support.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.util.datetime Log4j 2 date formatting classes.org.apache.logging.log4j.layout.template.json.resolver org.apache.logging.log4j.layout.template.json.util -
-
Uses of Instant in org.apache.log4j.bridge
Methods in org.apache.log4j.bridge that return Instant Modifier and Type Method Description InstantLogEventWrapper. getInstant() -
Uses of Instant in org.apache.logging.log4j.core
Methods in org.apache.logging.log4j.core that return Instant Modifier and Type Method Description InstantAbstractLogEvent. getInstant()InstantLogEvent. getInstant()Returns the Instant when the message was logged. -
Uses of Instant in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async that return Instant Modifier and Type Method Description InstantRingBufferLogEvent. getInstant() -
Uses of Instant in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return Instant Modifier and Type Method Description InstantLog4jLogEvent. getInstant()Returns the Instant when the message was logged.InstantMutableLogEvent. getInstant()Methods in org.apache.logging.log4j.core.impl with parameters of type Instant Modifier and Type Method Description Log4jLogEvent.BuilderLog4jLogEvent.Builder. setInstant(Instant instant) -
Uses of Instant in org.apache.logging.log4j.core.jackson
Methods in org.apache.logging.log4j.core.jackson that return Instant Modifier and Type Method Description abstract InstantLogEventJsonMixIn. getInstant()abstract InstantLogEventWithContextListMixIn. getInstant() -
Uses of Instant in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return Instant Modifier and Type Method Description InstantAbstractJacksonLayout.ReadOnlyLogEventWrapper. getInstant() -
Uses of Instant in org.apache.logging.log4j.core.pattern
Methods in org.apache.logging.log4j.core.pattern with parameters of type Instant Modifier and Type Method Description (package private) java.lang.StringDatePatternConverter.FixedFormatter. format(Instant instant)voidDatePatternConverter. format(Instant instant, java.lang.StringBuilder output)(package private) abstract java.lang.StringDatePatternConverter.Formatter. format(Instant instant)(package private) java.lang.StringDatePatternConverter.PatternFormatter. format(Instant instant)(package private) java.lang.StringDatePatternConverter.UnixFormatter. format(Instant instant)(package private) java.lang.StringDatePatternConverter.UnixMillisFormatter. format(Instant instant)(package private) voidDatePatternConverter.FixedFormatter. formatToBuffer(Instant instant, java.lang.StringBuilder destination)(package private) abstract voidDatePatternConverter.Formatter. formatToBuffer(Instant instant, java.lang.StringBuilder destination)(package private) voidDatePatternConverter.PatternFormatter. formatToBuffer(Instant instant, java.lang.StringBuilder destination)(package private) voidDatePatternConverter.UnixFormatter. formatToBuffer(Instant instant, java.lang.StringBuilder destination)(package private) voidDatePatternConverter.UnixMillisFormatter. formatToBuffer(Instant instant, java.lang.StringBuilder destination)private voidDatePatternConverter. formatWithoutAllocation(Instant instant, java.lang.StringBuilder output)private voidDatePatternConverter. formatWithoutThreadLocals(Instant instant, java.lang.StringBuilder output)Constructors in org.apache.logging.log4j.core.pattern with parameters of type Instant Constructor Description CachedTime(Instant instant) -
Uses of Instant in org.apache.logging.log4j.core.time
Classes in org.apache.logging.log4j.core.time that implement Instant Modifier and Type Class Description classMutableInstantAn instantaneous point on the time line, used for high-precision log event timestamps.Methods in org.apache.logging.log4j.core.time with parameters of type Instant Modifier and Type Method Description voidMutableInstant. initFrom(Instant other) -
Uses of Instant in org.apache.logging.log4j.core.util.datetime
Methods in org.apache.logging.log4j.core.util.datetime with parameters of type Instant Modifier and Type Method Description java.lang.StringFixedDateFormat. formatInstant(Instant instant)intFixedDateFormat. formatInstant(Instant instant, char[] buffer, int startPos) -
Uses of Instant in org.apache.logging.log4j.layout.template.json.resolver
Methods in org.apache.logging.log4j.layout.template.json.resolver with parameters of type Instant Modifier and Type Method Description private static longTimestampResolver. epochNanos(Instant instant)(package private) abstract voidTimestampResolver.EpochResolver. resolve(Instant logEventInstant, JsonWriter jsonWriter) -
Uses of Instant in org.apache.logging.log4j.layout.template.json.util
Methods in org.apache.logging.log4j.layout.template.json.util with parameters of type Instant Modifier and Type Method Description java.lang.StringInstantFormatter. format(Instant instant)voidInstantFormatter. format(Instant instant, java.lang.StringBuilder stringBuilder)voidInstantFormatter.Formatter. format(Instant instant, java.lang.StringBuilder stringBuilder)voidInstantFormatter.JavaDateTimeFormatter. format(Instant instant, java.lang.StringBuilder stringBuilder)voidInstantFormatter.Log4jFastFormatter. format(Instant instant, java.lang.StringBuilder stringBuilder)voidInstantFormatter.Log4jFixedFormatter. format(Instant instant, java.lang.StringBuilder stringBuilder)private voidInstantFormatter.JavaDateTimeFormatter. formatInstant(Instant instant, java.lang.StringBuilder stringBuilder)booleanInstantFormatter.Formatter. isInstantMatching(Instant instant1, Instant instant2)booleanInstantFormatter. isInstantMatching(Instant instant1, Instant instant2)Checks if the givenInstants are equal from the point of view of the employed formatter.booleanInstantFormatter.JavaDateTimeFormatter. isInstantMatching(Instant instant1, Instant instant2)booleanInstantFormatter.Log4jFastFormatter. isInstantMatching(Instant instant1, Instant instant2)booleanInstantFormatter.Log4jFixedFormatter. isInstantMatching(Instant instant1, Instant instant2)
-