com.esri.arcgis.system
Interface ILog

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ILog2
All Known Implementing Classes:
ILog2Proxy, ILogProxy

public interface ILog
extends java.io.Serializable

COM Interface 'ILog'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6f39c621_470b_4e6d_9033_a8598e286cab
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addMessage(int msgType, int msgCode, java.lang.String msg)
          Adds a message to the log.
 

Field Detail

IID6f39c621_470b_4e6d_9033_a8598e286cab

static final int IID6f39c621_470b_4e6d_9033_a8598e286cab
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

addMessage

void addMessage(int msgType,
                int msgCode,
                java.lang.String msg)
                throws java.io.IOException,
                       AutomationException
Adds a message to the log.

Parameters:
msgType - The msgType (in)
msgCode - The msgCode (in)
msg - The msg (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.