IAFTrace.TraceInformation Method
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
Output an information trace event.
Namespace: OSIsoft.AF.Diagnostics
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
void TraceInformation( string format, params Object[] args )
Sub TraceInformation ( format As String, ParamArray args As Object() ) Dim instance As IAFTrace Dim format As String Dim args As Object() instance.TraceInformation(format, args)
void TraceInformation( String^ format, ... array<Object^>^ args )
abstract TraceInformation : format : string * args : Object[] -> unit
Parameters
- format
- Type: System.String
The format string of the trace event message being generated. - args
- Type:System.Object[]
A variable list of arguments for the format string of the trace message being generated.