Uses of Interface
org.apache.logging.log4j.core.impl.LogEventFactory
Packages that use LogEventFactory
Package
Description
-
Uses of LogEventFactory in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async with parameters of type LogEventFactoryModifier and TypeMethodDescriptionvoidAsyncLoggerConfigDelegate.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.voidAsyncLoggerConfigDisruptor.setLogEventFactory(LogEventFactory logEventFactory) -
Uses of LogEventFactory in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as LogEventFactoryModifier and TypeFieldDescriptionprivate static LogEventFactoryLoggerConfig.LOG_EVENT_FACTORYprivate LogEventFactoryLoggerConfig.logEventFactoryMethods in org.apache.logging.log4j.core.config that return LogEventFactoryModifier and TypeMethodDescriptionprivate static LogEventFactoryLoggerConfig.createDefaultLogEventFactory()LoggerConfig.getLogEventFactory()Returns the LogEventFactory.Methods in org.apache.logging.log4j.core.config with parameters of type LogEventFactoryModifier and TypeMethodDescriptionvoidLoggerConfig.setLogEventFactory(LogEventFactory logEventFactory) Sets the LogEventFactory. -
Uses of LogEventFactory in org.apache.logging.log4j.core.impl
Classes in org.apache.logging.log4j.core.impl that implement LogEventFactoryModifier and TypeClassDescriptionclassAlways creates new LogEvent instances.classGarbage-free LogEventFactory that reuses a single mutable log event.