ArcFM Responder Mobile Developer Guide
LogInfoMsg Method (MMMInfoLogClass)






Syntax
'Declaration
 
Public Overridable Sub LogInfoMsg( _
   ByVal bstrLogMsg As System.String, _
   ByRef Severity As mmILSeverity _
) 
'Usage
 
Dim instance As MMMInfoLogClass
Dim bstrLogMsg As System.String
Dim Severity As mmILSeverity
 
instance.LogInfoMsg(bstrLogMsg, Severity)
public virtual void LogInfoMsg( 
   System.string bstrLogMsg,
   ref mmILSeverity Severity
)
public procedure LogInfoMsg( 
    bstrLogMsg: System.String;
   var  Severity: mmILSeverity
); virtual; 
public function LogInfoMsg( 
   bstrLogMsg : System.String,
   Severity : mmILSeverity
);
public: virtual void LogInfoMsg( 
   System.string* bstrLogMsg,
   ref mmILSeverity Severity
) 
public:
virtual 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

MMMInfoLogClass Class
MMMInfoLogClass Members

Send Feedback