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

Get or set the trace settings that determine what will be logged in the server's log file.

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

Syntax

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

Return Value

a TraceInfo object representing the current log 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