Uses of Class
org.apache.logging.log4j.core.appender.AsyncAppender
Packages that use AsyncAppender
Package
Description
Log4j 2 Appenders.
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Log4j 2 JMX support.
-
Uses of AsyncAppender in org.apache.logging.log4j.core.appender
Methods in org.apache.logging.log4j.core.appender that return AsyncAppenderModifier and TypeMethodDescriptionAsyncAppender.Builder.build()
static AsyncAppender
AsyncAppender.createAppender
(AppenderRef[] appenderRefs, String errorRef, boolean blocking, long shutdownTimeout, int size, String name, boolean includeLocation, Filter filter, Configuration config, boolean ignoreExceptions) Deprecated. -
Uses of AsyncAppender in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async with parameters of type AsyncAppenderModifier and TypeMethodDescriptionabstract void
EventRoute.logMessage
(AsyncAppender asyncAppender, LogEvent coreEvent) -
Uses of AsyncAppender in org.apache.logging.log4j.core.jmx
Constructors in org.apache.logging.log4j.core.jmx with parameters of type AsyncAppenderModifierConstructorDescriptionAsyncAppenderAdmin
(String contextName, AsyncAppender appender) Constructs a newAsyncAppenderAdmin
with the specified contextName and async appender.
AsyncAppender.Builder
instead