Uses of Class
org.apache.logging.log4j.core.appender.AsyncAppender.Builder
Packages that use AsyncAppender.Builder
-
Uses of AsyncAppender.Builder in org.apache.logging.log4j.core.appender
Classes in org.apache.logging.log4j.core.appender with type parameters of type AsyncAppender.BuilderModifier and TypeClassDescriptionstatic classAsyncAppender.Builder<B extends AsyncAppender.Builder<B>>Methods in org.apache.logging.log4j.core.appender that return AsyncAppender.BuilderModifier and TypeMethodDescriptionstatic AsyncAppender.BuilderAsyncAppender.newBuilder()AsyncAppender.Builder.setAppenderRefs(AppenderRef[] appenderRefs) AsyncAppender.Builder.setBlocking(boolean blocking) AsyncAppender.Builder.setBlockingQueueFactory(BlockingQueueFactory<LogEvent> blockingQueueFactory) AsyncAppender.Builder.setBufferSize(int bufferSize) AsyncAppender.Builder.setConfiguration(Configuration configuration) AsyncAppender.Builder.setErrorRef(String errorRef) AsyncAppender.Builder.setIgnoreExceptions(boolean ignoreExceptions) AsyncAppender.Builder.setIncludeLocation(boolean includeLocation) AsyncAppender.Builder.setShutdownTimeout(long shutdownTimeout)