Uses of Class
org.apache.logging.log4j.core.appender.routing.Route
-
Packages that use Route Package Description org.apache.logging.log4j.core.appender.routing Apache Flume Appender. -
-
Uses of Route in org.apache.logging.log4j.core.appender.routing
Methods in org.apache.logging.log4j.core.appender.routing that return Route Modifier and Type Method Description static RouteRoute. createRoute(java.lang.String appenderRef, java.lang.String key, Node node)Create the Route.RouteRoutingAppender. getDefaultRoute()RouteRoutes. getRoute(java.lang.String key)Route[]Routes.Builder. getRoutes()Route[]Routes. getRoutes()Returns the array of Route elements.Methods in org.apache.logging.log4j.core.appender.routing with parameters of type Route Modifier and Type Method Description static RoutesRoutes. createRoutes(java.lang.String pattern, Route... routes)Deprecated.since 2.7; useRoutes.newBuilder().Routes.BuilderRoutes.Builder. withRoutes(Route[] routes)
-