Uses of Class
org.apache.logging.log4j.core.impl.MutableLogEvent
-
Packages that use MutableLogEvent Package Description 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. -
-
Uses of MutableLogEvent in org.apache.logging.log4j.core.async
Constructors in org.apache.logging.log4j.core.async with parameters of type MutableLogEvent Constructor Description Log4jEventWrapper(MutableLogEvent mutableLogEvent)
-
Uses of MutableLogEvent in org.apache.logging.log4j.core.impl
Fields in org.apache.logging.log4j.core.impl with type parameters of type MutableLogEvent Modifier and Type Field Description private static java.lang.ThreadLocal<MutableLogEvent>
ReusableLogEventFactory. mutableLogEventThreadLocal
Methods in org.apache.logging.log4j.core.impl that return MutableLogEvent Modifier and Type Method Description private static MutableLogEvent
ReusableLogEventFactory. createInstance(MutableLogEvent existing)
private static MutableLogEvent
ReusableLogEventFactory. getOrCreateMutableLogEvent()
Methods in org.apache.logging.log4j.core.impl with parameters of type MutableLogEvent Modifier and Type Method Description private static MutableLogEvent
ReusableLogEventFactory. createInstance(MutableLogEvent existing)
-