Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
RingBufferAdmin |
AsyncLoggerContext.createRingBufferAdmin()
Creates and returns a new
RingBufferAdmin that instruments the ringbuffer of the AsyncLogger
objects in this LoggerContext . |
RingBufferAdmin |
AsyncLoggerConfig.createRingBufferAdmin(String contextName)
Creates and returns a new
RingBufferAdmin that instruments the
ringbuffer of this AsyncLoggerConfig . |
RingBufferAdmin |
AsyncLoggerConfigDisruptor.createRingBufferAdmin(String contextName,
String loggerConfigName) |
RingBufferAdmin |
AsyncLoggerConfigDelegate.createRingBufferAdmin(String contextName,
String loggerConfigName)
Creates and returns a new
RingBufferAdmin that instruments the ringbuffer of this
AsyncLoggerConfig . |
Modifier and Type | Method and Description |
---|---|
static RingBufferAdmin |
RingBufferAdmin.forAsyncLogger(com.lmax.disruptor.RingBuffer<?> ringBuffer,
String contextName) |
static RingBufferAdmin |
RingBufferAdmin.forAsyncLoggerConfig(com.lmax.disruptor.RingBuffer<?> ringBuffer,
String contextName,
String configName) |
Copyright © 1999-2023 The Apache Software Foundation. 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.