com.esri.arcgis.system
Interface ILogSupport
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- GeoDataServer, GeoDataServerConfigurationFactory, GeometryServer, GeometryServerImpl, GlobeServer, GPServer, GPServerSync, ILogSupportProxy, ImageServer, KmlServer, MapServer, MobileServer, NAServer, ServerObject, WCSImageServer, WCSServer, WFSServer, WMSImageServer
public interface ILogSupport
- extends Serializable
Provides access to methods for initializing an object for logging.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
|
Method Summary |
void |
initLogging(ILog log)
Initializes an object with a log. |
initLogging
void initLogging(ILog log)
throws IOException,
AutomationException
- Initializes an object with a log.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
log - A reference to a com.esri.arcgis.system.ILog (in)
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.