Accusoft.NotateXpress13.Net
ErrorLevelInfo Enumeration




The amount of error information to write to the NotateXpress.DebugLogFile.
Syntax
'Declaration
 
Public Enum ErrorLevelInfo 
   Inherits System.Enum
'Usage
 
Dim instance As ErrorLevelInfo
public enum ErrorLevelInfo : System.Enum 
__value public enum ErrorLevelInfo : public System.Enum 
public enum class ErrorLevelInfo : public System.Enum 
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.ErrorLevelInfo

See Also

Reference

Accusoft.NotateXpressSdk Namespace
DebugLogFile Property

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback