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.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. -
-
Uses of Instant in org.apache.log4j.bridge
Methods in org.apache.log4j.bridge that return Instant Modifier and Type Method Description Instant
LogEventWrapper. 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 Instant
AbstractLogEvent. getInstant()
Instant
LogEvent. 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 Instant
RingBufferLogEvent. 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 Instant
Log4jLogEvent. getInstant()
Returns the Instant when the message was logged.Instant
MutableLogEvent. getInstant()
Methods in org.apache.logging.log4j.core.impl with parameters of type Instant Modifier and Type Method Description Log4jLogEvent.Builder
Log4jLogEvent.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 void
DatePatternConverter. format(Instant instant, StringBuilder output)
-
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 class
MutableInstant
An 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 void
MutableInstant. 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 String
FixedDateFormat. formatInstant(Instant instant)
int
FixedDateFormat. formatInstant(Instant instant, char[] buffer, int startPos)
-