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






Windows & Linux

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
MemberValueDescription
eUiLogMsgDebug0Log messages that provide Debug text.
eUiLogMsgInfo1Log messages that provide information text.
eUiLogMsgForceInfo2Log messages that provide forceful information text.
eUiLogMsgWarning3Log messages that provide warning text.
eUiLogMsgError4Log messages that provide error text. This enumeration value is deprecated.
eUiLogMsgAlarm4Log messages that provide alarm text.
Msg

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.