public interface ILog2 extends ILog, 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 |
IID44f1fe1d_ccc4_4a5f_977a_233c25a45625 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID6f39c621_470b_4e6d_9033_a8598e286cab
Modifier and Type | Method and Description |
---|---|
void |
addMessageEx(int msgType,
java.lang.String methodName,
int msgCode,
double elapsed,
java.lang.String msg)
Adds a message to the log.
|
boolean |
willLog(int msgType)
True if the message type is allowed to be written into the log file.
|
addMessage
static final int IID44f1fe1d_ccc4_4a5f_977a_233c25a45625
static final int xxDummy
static final java.lang.String IID
boolean willLog(int msgType) throws java.io.IOException, AutomationException
msgType
- The msgType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addMessageEx(int msgType, java.lang.String methodName, int msgCode, double elapsed, java.lang.String msg) throws java.io.IOException, AutomationException
msgType
- The msgType (in)methodName
- The methodName (in)msgCode
- The msgCode (in)elapsed
- The elapsed (in)msg
- The msg (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.