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

Get or set the trace settings that determine what will be logged to the server's console window.

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

Syntax

public TraceInfo ConsoleTraceInfo { get; set; }
Public Property ConsoleTraceInfo As TraceInfo
public:
property TraceInfo^ ConsoleTraceInfo {
	TraceInfo^ get ();
	void set (TraceInfo^ value);
}

Return Value

a TraceInfo object representing the current console trace settings.

Remarks

This method does not copy the TraceInfo object. Therefore, to modify the trace settings, one needs to modify the TraceInfo object returned by this method and save the ServerInfo object.

See Also