Uses of Class
org.apache.logging.log4j.core.appender.AsyncAppender.Builder
-
Uses of AsyncAppender.Builder in org.apache.logging.log4j.core.appender
Modifier and TypeClassDescriptionstatic class
AsyncAppender.Builder<B extends AsyncAppender.Builder<B>>
Modifier and TypeMethodDescriptionstatic AsyncAppender.Builder
AsyncAppender.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)