Uses of Class
org.apache.logging.log4j.core.async.EventRoute
-
Packages that use EventRoute Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. -
-
Uses of EventRoute in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async that return EventRoute Modifier and Type Method Description EventRoute
AsyncLoggerConfigDelegate. getEventRoute(Level level)
Returns theEventRoute
for the event with the specified level.EventRoute
AsyncLoggerConfigDisruptor. getEventRoute(Level logLevel)
EventRoute
AsyncQueueFullPolicy. getRoute(long backgroundThreadId, Level level)
Returns the appropriate route for the current log event, given the specified parameters.EventRoute
DefaultAsyncQueueFullPolicy. getRoute(long backgroundThreadId, Level level)
EventRoute
DiscardingAsyncQueueFullPolicy. getRoute(long backgroundThreadId, Level level)
static EventRoute
EventRoute. valueOf(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.
-