[TIBCO.EMS .NET client library 8.1 documentation]

Set client tracer to given output stream.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public static void SetClientTracer(
	StreamWriter tracer
)
Public Shared Sub SetClientTracer ( _
	tracer As StreamWriter _
)
public:
static void SetClientTracer(
	StreamWriter^ tracer
)

Parameters

tracer
Type: System.IO..::.StreamWriter
The output stream to send the tracing information. Specify null as parameter to disable client tracing.

Remarks

Client tracing prints loaded certificates and information about the SSL handshake errors and results.

See Also