AGI Ui Plugins 11Send 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
MemberValueDescription
eUiPluginLogMsgDebug0Debugging message.
eUiPluginLogMsgInfo1Informational message.
eUiPluginLogMsgForceInfo2Informational message.
eUiPluginLogMsgWarning3Warning message.
eUiPluginLogMsgAlarm4Alarm message.
Message

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.