TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

ServerInfo.EnableClientTracing Method (ClientTraceTarget, ClientTraceFilter, Object)

Enable client tracing with specific settings.

public void EnableClientTracing(
   ClientTraceTarget target,
   ClientTraceFilter filterType,
   object filterValue
);

Parameters

target
target for client tracing, must be either ClientTraceTarget.Stdout or ClientTraceTarget.Stderr.
filterType
type of filter to be applied, either ClientTraceFilter.None for no filtering or one of ClientTraceFilter.User, ClientTraceFilter.ClientID or ClientTraceFilter.ConnID.
filterValue
value a client needs to match for client tracing to be enabled. For ClientTraceFilter.User and ClientTraceFilter.ClientID this must be a string, for ClientTraceFilter.ConnID must be an Int64.

Exceptions

Exception Type Condition
ArgumentException if target or filterType are not valid or the type of filterValue does not match the type required for the given filterType.

See Also

ServerInfo Class | TIBCO.EMS.ADMIN Namespace | ServerInfo.EnableClientTracing Overload List