Uses of Interface
org.apache.logging.log4j.core.time.Instant
-
-
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.pattern
Methods in org.apache.logging.log4j.core.pattern with parameters of type Instant Modifier and Type Method Description voidDatePatternConverter. format(Instant instant, StringBuilder buffer)Deprecated.Starting with version2.25.0, this method is deprecated and planned to be removed in the next major release. -
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 StringFixedDateFormat. formatInstant(Instant instant)Deprecated.intFixedDateFormat. formatInstant(Instant instant, char[] buffer, int startPos)Deprecated. -
Uses of Instant in org.apache.logging.log4j.core.util.internal.instant
Methods in org.apache.logging.log4j.core.util.internal.instant with parameters of type Instant Modifier and Type Method Description default StringInstantFormatter. format(Instant instant)voidInstantFormatter. formatTo(StringBuilder buffer, Instant instant)voidInstantNumberFormatter. formatTo(StringBuilder buffer, Instant instant)
-