Uses of Class
com.sun.electric.tool.drc.DRC.DRCCheckLogging

Packages that use DRC.DRCCheckLogging
com.sun.electric.tool.drc Package for handling the design-rule checking tool. 
 

Uses of DRC.DRCCheckLogging in com.sun.electric.tool.drc
 

Methods in com.sun.electric.tool.drc that return DRC.DRCCheckLogging
static DRC.DRCCheckLogging DRC.getErrorLoggingType()
          Method to retrieve logging type in DRC The default is "DRC_LOG_PER_CELL".
static DRC.DRCCheckLogging DRC.DRCCheckLogging.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DRC.DRCCheckLogging[] DRC.DRCCheckLogging.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.electric.tool.drc with parameters of type DRC.DRCCheckLogging
static void DRC.setErrorLoggingType(DRC.DRCCheckLogging type)
          Method to set DRC logging type.