Specifies the amount of error information to write to the debug log file.
Member | Value | Description |
---|---|---|
NX_Detailed | 2 | This setting will produce detailed error information that is useful when debugging a problem during the development process. |
NX_Development | 1 | This setting will produce additional error information that is useful during the development process. |
NX_Production | 0 | The default error level. This setting will product the minimum amount of error information. |
The default value is NX_Production.
This enumeration is set using the DebugErrorLevel property. The Debug property must be set to true to log any information.