AGI Ui Plugins 11 Send comments on this topic.
LogMessage Method (IAgUiPluginSite)
See Also 
MsgType
Message
Windows






Windows & Linux

Description

Records the specified message in the application's log using the given message type.

Syntax

[Visual Basic .NET]
Public Sub LogMessage( _
   ByVal MsgType As AgEUiPluginLogMsgType, _
   ByVal Message As String _
) 

[C#]
public void LogMessage(
AgEUiPluginLogMsgType MsgType,
string Message
);

[Managed C++]
public: void LogMessage(
AgEUiPluginLogMsgType MsgType,
String __gc ^ Message
);

[Java]
public  logMessage(
AgEUiPluginLogMsgType MsgType,
String Message
);

[Unmanaged C++]
public: HRESULT LogMessage(
AgEUiPluginLogMsgType MsgType,
BSTR Message
);

Parameters

MsgType
Member Value Description
eUiPluginLogMsgDebug 0 Debugging message.
eUiPluginLogMsgInfo 1 Informational message.
eUiPluginLogMsgForceInfo 2 Informational message.
eUiPluginLogMsgWarning 3 Warning message.
eUiPluginLogMsgAlarm 4 Alarm message.
Message

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface