Responder Developer Guide
LogInfo Method


Syntax
'Declaration
 
Public Shared Sub LogInfo( _
   ByVal format As String, _
   ByVal ParamArray args() As Object _
) 
'Usage
 
Dim format As String
Dim args() As Object
 
Telemetry.LogInfo(format, args)
public static void LogInfo( 
   string format,
   params object[] args
)

Parameters

format
args
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Telemetry Class
Telemetry Members

 

 


Send Comment