Uses of Class
org.apache.logging.log4j.core.time.MutableInstant
-
Packages that use MutableInstant Package Description org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.time org.apache.logging.log4j.core.time.internal -
-
Uses of MutableInstant in org.apache.logging.log4j.core
Methods 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.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)
-