[TIBCO.EMS .NET client library 6.3 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Set client tracer to given output stream.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public void SetClientTracer( StreamWriter tracer ) |
Public Sub SetClientTracer ( _ tracer As StreamWriter _ ) |
public: 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.