Package | Description |
---|---|
org.apache.logging.log4j.core.async |
Provides Asynchronous Logger classes and interfaces for low-latency logging.
|
Modifier and Type | Method and Description |
---|---|
EventRoute |
AsyncLoggerConfigDelegate.getEventRoute(Level level)
Returns the
EventRoute for the event with the specified level. |
EventRoute |
AsyncLoggerConfigDisruptor.getEventRoute(Level logLevel) |
(package private) EventRoute |
AsyncLoggerDisruptor.getEventRoute(Level logLevel) |
EventRoute |
DiscardingAsyncQueueFullPolicy.getRoute(long backgroundThreadId,
Level level) |
EventRoute |
DefaultAsyncQueueFullPolicy.getRoute(long backgroundThreadId,
Level level) |
EventRoute |
AsyncQueueFullPolicy.getRoute(long backgroundThreadId,
Level level)
Returns the appropriate route for the current log event, given the specified parameters.
|
static EventRoute |
EventRoute.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventRoute[] |
EventRoute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|