Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFAnalysisRule.TraceDetail Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAnalysisRule.TraceDetail Method
Output a detail trace event.

Namespace:  OSIsoft.AF.Analysis
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public void TraceDetail(
	string format,
	params Object[] args
)
Public Sub TraceDetail ( 
	format As String,
	ParamArray args As Object()
)

Dim instance As AFAnalysisRule
Dim format As String
Dim args As Object()

instance.TraceDetail(format, args)
public:
virtual void TraceDetail(
	String^ format, 
	... array<Object^>^ args
) sealed
abstract TraceDetail : 
        format : string * 
        args : Object[] -> unit 
override TraceDetail : 
        format : string * 
        args : Object[] -> unit 

Parameters

format
Type: SystemString
The format string of the trace event message being generated.
args
Type: SystemObject
A variable list of arguments for the format string of the trace message being generated.

Implements

IAFTraceTraceDetail(String, Object)

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in