Responder Developer Guide
LogWarn Method


Syntax
'Declaration
 
Public Shared Sub LogWarn( _
   ByVal format As String, _
   ByVal ParamArray args() As Object _
) 
'Usage
 
Dim format As String
Dim args() As Object
 
Telemetry.LogWarn(format, args)
public static void LogWarn( 
   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