Uses of Interface
org.apache.logging.log4j.core.impl.LocationAwareLogEventFactory
-
Packages that use LocationAwareLogEventFactory Package Description org.apache.logging.log4j.core.impl Log4j 2 private implementation classes. -
-
Uses of LocationAwareLogEventFactory in org.apache.logging.log4j.core.impl
Subinterfaces of LocationAwareLogEventFactory in org.apache.logging.log4j.core.impl Modifier and Type Interface Description interface
LogEventFactory
Classes in org.apache.logging.log4j.core.impl that implement LocationAwareLogEventFactory Modifier and Type Class Description class
DefaultLogEventFactory
Always creates new LogEvent instances.class
ReusableLogEventFactory
Garbage-free LogEventFactory that reuses a single mutable log event.
-