Uses of Class
org.apache.logging.log4j.core.appender.AsyncAppender
-
Packages that use AsyncAppender Package Description org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.jmx Log4j 2 JMX support. -
-
Uses of AsyncAppender in org.apache.logging.log4j.core.appender
Methods in org.apache.logging.log4j.core.appender that return AsyncAppender Modifier and Type Method Description AsyncAppender
AsyncAppender.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.useAsyncAppender.Builder
instead -
Uses of AsyncAppender in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async with parameters of type AsyncAppender Modifier and Type Method Description abstract 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 AsyncAppender Constructor Description AsyncAppenderAdmin(String contextName, AsyncAppender appender)
Constructs a newAsyncAppenderAdmin
with the specified contextName and async appender.
-