An enumeration that defines the possible values of the
FormDirector.ErrorLevel property. Use the
FormDirector.ErrorLevel property to adjust the level of detail written to the debug log file, set by the
FormDirector.DebugLogFile property.
Syntax
Members
Member | Description |
Detailed |
The most detailed ErrorLevel value. Includes all information reported
by the two lower levels, and adds function entrance/exit notifications.
|
Development |
Includes all information reported by the Production level, and adds
input parameter and return values.
|
Production |
The least detailed ErrorLevel value. Basic information is reported,
primarily any errors that are thrown by this component.
|
Inheritance Hierarchy
See Also