com.esri.arcgis.schematic
Class INgProjectEventsOnTraceEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.schematic.INgProjectEventsOnTraceEvent
- All Implemented Interfaces:
- Serializable
public class INgProjectEventsOnTraceEvent
- extends EventObject
Description
Three trace levels are available:
- Schematic traces the program by returning errors only (esriNgErrorLevel).
- Schematic traces the program by returning errors and warning messages (esriNgWarningLevel)
- Schematic traces the program by returning errors, warning messages and information messages during the program execution (esriNgInformationLevel).
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
INgProject.setTraceLevel(int),
Serialized Form
INgProjectEventsOnTraceEvent
public INgProjectEventsOnTraceEvent(Object source)
init
public void init(int level,
String message)
getLevel
public final int getLevel()
getMessage
public final String getMessage()