Accusoft.NotateXpress12.Net
DebugErrorLevelInfo Enumeration
See Also  Send Feedback
Accusoft.NotateXpressSdk Namespace : DebugErrorLevelInfo Enumeration




Glossary Item Box

The amount of error information to write to the NotateXpress.DebugLogFile.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
Detailed2This setting produces detailed error information that is useful when debugging a problem during the development process.
Development1This setting produces additional error information that is useful during the development process.
Production0The default error level. This setting produces the minimum amount of error information.

Remarks

The default value is Production.

This enumeration is set using the NotateXpress.DebugErrorLevel property. The NotateXpress.Debug property must be set to true to log any information.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.NotateXpressSdk.DebugErrorLevelInfo

See Also

©2013. Accusoft Corporation. All Rights Reserved.