Uses of Interface
org.apache.logging.log4j.core.impl.LogEventFactory
Package
Description
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Configuration of Log4j 2.
Log4j 2 private implementation classes.
-
Uses of LogEventFactory in org.apache.logging.log4j.core.async
Modifier and TypeMethodDescriptionvoid
AsyncLoggerConfigDelegate.setLogEventFactory
(LogEventFactory logEventFactory) Notifies the delegate what LogEventFactory an AsyncLoggerConfig is using, so the delegate can determine whether to populate the ring buffer with mutable log events or not.void
AsyncLoggerConfigDisruptor.setLogEventFactory
(LogEventFactory logEventFactory) -
Uses of LogEventFactory in org.apache.logging.log4j.core.config
Modifier and TypeMethodDescriptionvoid
LoggerConfig.setLogEventFactory
(LogEventFactory logEventFactory) Sets the LogEventFactory. -
Uses of LogEventFactory in org.apache.logging.log4j.core.impl
Modifier and TypeClassDescriptionclass
Always creates new LogEvent instances.class
Garbage-free LogEventFactory that reuses a single mutable log event.