Accusoft Pegasus
Accusoft.MicrXpress1.Net
ErrorLevelInfo Enumeration
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace : ErrorLevelInfo Enumeration




The error level of items to place into the debug log.

Syntax

Visual Basic (Declaration)  
Public Enum ErrorLevelInfo 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ErrorLevelInfo
C#  
public enum ErrorLevelInfo : Enum 
Managed Extensions for C++  
__value public enum ErrorLevelInfo : public Enum 
C++/CLI  
public enum class ErrorLevelInfo : public Enum 

Members

Member Description
Production Place minimal information into the debug log file.
Development Place information that is useful during normal development using this toolkit into the debug log file.
Detailed Place as much information into the debug log file as possible. You should use this option when you are tracking down a problem.

Remarks

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.MicrXpressSdk.ErrorLevelInfo

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.