RvrdProxy.setLoggingParams()

Method

Declaration

RvrdProxy setLoggingParams(
    boolean connections,
    boolean subjectInterest,
    boolean subjectData)
  throws ConfigurationException

Purpose

Set the flags that guide the routing daemon’s log output.

Remarks

This method sets three boolean flags in the routing daemon. The program must supply all three values.

This method returns the RvrdProxy object, so programs can conveniently chain additional method calls to the return value.

Parameter

Description

connections

When true, log connection activity whenever this routing daemon establishes or closes a connection to a neighbor.

subjectInterest

When true, log all subscription requests (notification of listening) that this routing daemon sends to its neighbors or receives from its neighbors.

subjectData

When true, log all messages that this routing daemon forwards to its neighbors or receives from its neighbors.

See Also

RvrdProxy

RvrdProxy.getLoggingParams()

For background information, see Interpreting Log Output in TIBCO Rendezvous Administration

For the corresponding browser page, see Daemon Parameters in TIBCO Rendezvous Administration, and Logging in TIBCO Rendezvous Administration