ArcFM Responder Mobile Developer Guide
LogInfoMsg Method (IMMInfoLog)






Syntax
'Declaration
 
Sub LogInfoMsg( _
   ByVal bstrLogMsg As System.String, _
   ByRef Severity As mmILSeverity _
) 
'Usage
 
Dim instance As IMMInfoLog
Dim bstrLogMsg As System.String
Dim Severity As mmILSeverity
 
instance.LogInfoMsg(bstrLogMsg, Severity)
void LogInfoMsg( 
   System.string bstrLogMsg,
   ref mmILSeverity Severity
)
procedure LogInfoMsg( 
    bstrLogMsg: System.String;
   var  Severity: mmILSeverity
); 
function LogInfoMsg( 
   bstrLogMsg : System.String,
   Severity : mmILSeverity
);
void LogInfoMsg( 
   System.string* bstrLogMsg,
   ref mmILSeverity Severity
) 
void LogInfoMsg( 
   System.String^ bstrLogMsg,
   mmILSeverity% Severity
) 

Parameters

bstrLogMsg
Severity
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMInfoLog Interface
IMMInfoLog Members

Send Feedback