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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1