| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
AsyncAppender.Builder |
AsyncAppender.Builder.setBlockingQueueFactory(BlockingQueueFactory<LogEvent> blockingQueueFactory) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ArrayBlockingQueueFactory<E> |
Factory for creating instances of
ArrayBlockingQueue. |
class |
DisruptorBlockingQueueFactory<E> |
Factory for creating instances of
DisruptorBlockingQueue. |
class |
JCToolsBlockingQueueFactory<E> |
Factory for creating instances of BlockingQueues backed by JCTools
MpscArrayQueue. |
class |
LinkedTransferQueueFactory<E> |
Factory for creating instances of
LinkedTransferQueue. |
Copyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.