Defines the error level of items to place into the debug log.
Syntax
Members
Member | Value | Description |
Detailed | 2 |
Place as much information into the debug log file as possible. You should
use this option when you are tracking down a problem.
|
Development | 1 |
Place information into the debug log file that is useful during normal
development using this toolkit.
|
Production | 0 |
Place minimal information into the debug log file.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Accusoft.SmartZoneICRSdk.ErrorLevelInfo
See Also