Public Sub LogMsg( _ ByVal MsgType As AgEUiLogMsgType, _ ByVal Msg As String _ )
public void LogMsg( AgEUiLogMsgType MsgType, string Msg );
public: void LogMsg( AgEUiLogMsgType MsgType, String __gc ^ Msg );
public: HRESULT LogMsg( AgEUiLogMsgType MsgType, BSTR Msg );
public void logMsg( AgEUiLogMsgType MsgType, String Msg );
IAgUiApplication Interface