Uses of Enum
org.apache.logging.log4j.core.async.EventRoute
Packages that use EventRoute
Package
Description
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 EventRouteModifier and TypeMethodDescriptionAsyncLoggerConfigDelegate.getEventRoute(Level level) Returns theEventRoutefor the event with the specified level.AsyncLoggerConfigDisruptor.getEventRoute(Level logLevel) Returns the appropriate route for the current log event, given the specified parameters.static EventRouteReturns 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.