ArcFM Responder Mobile Developer Guide
LogEvent Method






Syntax
'Declaration
 
Sub LogEvent( _
   ByVal EventMessage As System.String _
) 
'Usage
 
Dim instance As IMMErrorLog
Dim EventMessage As System.String
 
instance.LogEvent(EventMessage)
void LogEvent( 
   System.string EventMessage
)
procedure LogEvent( 
    EventMessage: System.String
); 
function LogEvent( 
   EventMessage : System.String
);
void LogEvent( 
   System.string* EventMessage
) 
void LogEvent( 
   System.String^ EventMessage
) 

Parameters

EventMessage
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

IMMErrorLog Interface
IMMErrorLog Members

Send Feedback