|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.logging.log4j.core.appender.routing.Route
public final class Route
A Route to an appender.
Method Summary | |
---|---|
static Route |
createRoute(String appenderRef,
String key,
Node node)
Create the Route. |
String |
getAppenderRef()
Returns the appender reference. |
String |
getKey()
Return the key for this Route. |
Node |
getNode()
Return the Dynamic Appender Node. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Node getNode()
public String getAppenderRef()
public String getKey()
public String toString()
toString
in class Object
public static Route createRoute(String appenderRef, String key, Node node)
appenderRef
- The Appender reference.key
- The key.node
- The Node.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |