public interface ILogSupport
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
initLogging(ILog log)
Initializes an object with a log.
|
void initLogging(ILog log) throws java.io.IOException, AutomationException
log
- A reference to a com.esri.arcgis.system.ILog (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.