getTraceSinks()
Returns information about sinks to which traces go currently.
The following table lists the parameters:
Parameter | Type | Description |
---|---|---|
Sink Name | String | The name of the sink for which you need information. If no name is specified, information about all sinks is returned. The default value is All. |
Role Name | String | The name of the role for which you need information for the specified sink or sinks. The default value is All. |
Returned Results
The following table lists the returned results:
Name | Type | Description |
---|---|---|
Instance ID | String | The adapter configuration ID. |
Adapter Name | String | The name of the application for this sink. |
Sink Name | String | The name of the sink. |
Sink Type | String | The type of this sink. The available types are: fileSink, rvSink, hawkSink, or stderrSink. |
Roles | String | Roles supported by the sink. For example, warning, error, or debug. |
Copyright © TIBCO Software Inc. All rights reserved.