Accusoft.ImagXpress13.Net
DebugErrorLevel Enumeration




Option value which determine the error level of items to place into the debug log.
Syntax
'Declaration
 
Public Enum DebugErrorLevel 
   Inherits System.Enum
'Usage
 
Dim instance As DebugErrorLevel
public enum DebugErrorLevel : System.Enum 
__value public enum DebugErrorLevel : public System.Enum 
public enum class DebugErrorLevel : public System.Enum 
Members
MemberValueDescription
Detailed2Place as much information into the debug log file as possible. You should use this option when you are tracking down a problem.
Development1Place information into the debug log file that is useful during normal development using this toolkit.
Production0Place minimal information into the debug log file.
Remarks

The default value is Production.

This enumeration allows you to specify the amount of detail to place into the debug log file.

Use these values with the ImagXpress.DebugErrorLevel property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ImagXpressSdk.DebugErrorLevel

See Also

Reference

Accusoft.ImagXpressSdk Namespace
DebugErrorLevel Property

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback