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, java.lang.String errorRef, boolean blocking, long shutdownTimeout, int size, java.lang.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
Fields in org.apache.logging.log4j.core.jmx declared as AsyncAppender Modifier and Type Field Description private AsyncAppender
AsyncAppenderAdmin. asyncAppender
Constructors in org.apache.logging.log4j.core.jmx with parameters of type AsyncAppender Constructor Description AsyncAppenderAdmin(java.lang.String contextName, AsyncAppender appender)
Constructs a newAsyncAppenderAdmin
with the specified contextName and async appender.
-