AGI Ui Application 11 Send comments on this topic.
LogMsg Method (IAgUiApplication)
See Also 
MsgType
Msg





Description

Logs the Message specified.

Syntax

[Visual Basic .NET]
Public Sub LogMsg( _
   ByVal MsgType As AgEUiLogMsgType, _
   ByVal Msg As String _
) 

[C#]
public void LogMsg(
AgEUiLogMsgType MsgType,
string Msg
);

[Managed C++]
public: void LogMsg(
AgEUiLogMsgType MsgType,
String __gc ^ Msg
);

[Java]
public  logMsg(
AgEUiLogMsgType MsgType,
String Msg
);

[Unmanaged C++]
public: HRESULT LogMsg(
AgEUiLogMsgType MsgType,
BSTR Msg
);

Parameters

MsgType
Member Value Description
eUiLogMsgDebug 0 Log messages that provide Debug text.
eUiLogMsgInfo 1 Log messages that provide information text.
eUiLogMsgForceInfo 2 Log messages that provide forceful information text.
eUiLogMsgWarning 3 Log messages that provide warning text.
eUiLogMsgError 4 Log messages that provide error text. This enumeration value is deprecated.
eUiLogMsgAlarm 4 Log messages that provide alarm text.
Msg

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1