[TIBCO.EMS .NET Admin client library 8.1 documentation]

Get the current target for client tracing.

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

Syntax

public ClientTraceTarget ClientTraceTarget { get; }
Public ReadOnly Property ClientTraceTarget As ClientTraceTarget
public:
property ClientTraceTarget ClientTraceTarget {
	ClientTraceTarget get ();
}

Return Value

ClientTraceTarget.None if client tracing is not enabled, ClientTraceTarget.Stdout if client tracing is enabled and is directed to stdout and ClientTraceTarget.Stderr if client tracing is enabled and is directed to stderr.

See Also