XDASrv Reference Manual
LogEvent Method
See Also  Send Feedback
NSPlugin Namespace > AppPlugin Class : LogEvent Method




type
msg

Syntax

Visual Basic (Declaration) 
Public Function LogEvent( _
   ByVal type As Integer, _
   ByVal msg As String _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As AppPlugin
Dim type As Integer
Dim msg As String
Dim value As Integer
 
value = instance.LogEvent(type, msg)
C# 
public int LogEvent( 
   int type,
   string msg
)
Managed Extensions for C++ 
public: int LogEvent( 
   int type,
   string* msg
) 
C++/CLI 
public:
int LogEvent( 
   int type,
   String^ msg
) 

Parameters

type
msg

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2002-2011 Advosol Inc. All Rights Reserved.