com.esri.arcgis.system
Interface ILog2

All Superinterfaces:
ILog, java.io.Serializable
All Known Implementing Classes:
ILog2Proxy

public interface ILog2
extends ILog, java.io.Serializable

COM Interface 'ILog2'. Generated 3/19/2015 1:21:00 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 IID44f1fe1d_ccc4_4a5f_977a_233c25a45625
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.ILog
IID6f39c621_470b_4e6d_9033_a8598e286cab
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.system.ILog
addMessage
 

Field Detail

IID44f1fe1d_ccc4_4a5f_977a_233c25a45625

static final int IID44f1fe1d_ccc4_4a5f_977a_233c25a45625
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

willLog

boolean willLog(int msgType)
                throws java.io.IOException,
                       AutomationException
True if the message type is allowed to be written into the log file.

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

addMessageEx

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

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