Uses of Enum
org.apache.logging.log4j.core.async.EventRoute
Package
Description
Provides Asynchronous Logger classes and interfaces for low-latency logging.
-
Uses of EventRoute in org.apache.logging.log4j.core.async
Modifier and TypeMethodDescriptionAsyncLoggerConfigDelegate.getEventRoute
(Level level) Returns theEventRoute
for the event with the specified level.AsyncLoggerConfigDisruptor.getEventRoute
(Level logLevel) Returns the appropriate route for the current log event, given the specified parameters.static EventRoute
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.