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 AsyncAppenderAsyncAppender.Builder. build()static AsyncAppenderAsyncAppender. 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.Builderinstead -
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 voidEventRoute. 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 AsyncAppenderAsyncAppenderAdmin. asyncAppenderConstructors in org.apache.logging.log4j.core.jmx with parameters of type AsyncAppender Constructor Description AsyncAppenderAdmin(java.lang.String contextName, AsyncAppender appender)Constructs a newAsyncAppenderAdminwith the specified contextName and async appender.
-