com.esri.arcgis.system
Interface ILogSupport

All Superinterfaces:
Serializable
All Known Implementing Classes:
GeoDataServer, GeoDataServerConfigurationFactory, GeometryServer, GeometryServerImpl, GlobeServer, GPJobServer, GPServer, GPServerSync, GraphicFeatureServer, ILogSupportProxy, ImageServer, JPIPServer, 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.
 

Method Detail

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.