public interface ILog
extends java.io.Serializable
Description: 'Provides access to methods for accessing a log.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID6f39c621_470b_4e6d_9033_a8598e286cab |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addMessage(int msgType,
int msgCode,
java.lang.String msg)
Adds a message to the log.
|
static final int IID6f39c621_470b_4e6d_9033_a8598e286cab
static final int xxDummy
static final java.lang.String IID
void addMessage(int msgType, int msgCode, java.lang.String msg) throws java.io.IOException, AutomationException
msgType
- The msgType (in)msgCode
- The msgCode (in)msg
- The msg (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.