com.esri.arcgis.system
Interface ILog
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- ILog2
- All Known Implementing Classes:
- ILog2Proxy, ILogProxy
public interface ILog
- extends Serializable
Provides access to methods for accessing a log.
Superseded By
ILog2
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
|
Method Summary |
void |
addMessage(int msgType,
int msgCode,
String msg)
Adds a message to the log. |
addMessage
void addMessage(int msgType,
int msgCode,
String msg)
throws IOException,
AutomationException
- Adds a message to the log.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
msgType - The msgType (in)msgCode - The msgCode (in)msg - The msg (in)
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.