ScanFix Xpress v9.0 for .NET - Updated
ErrorLevel Property




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : ErrorLevel Property
Gets and sets level for items to be written to the debug log file.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ErrorLevel As ErrorLevel
'Usage
 
Dim instance As ScanFix
Dim value As ErrorLevel
 
instance.ErrorLevel = value
 
value = instance.ErrorLevel
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public ErrorLevel ErrorLevel {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property ErrorLevel get_ErrorLevel();
public: __property void set_ErrorLevel( 
   ErrorLevel value
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property ErrorLevel ErrorLevel {
   ErrorLevel get();
   void set (    ErrorLevel value);
}
Exceptions
ExceptionDescription
Thrown when required argument value is null.
Thrown when argument is out of range.
Thrown when argument enum value is invalid.
Thrown when method cannot operate correctly.
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

The default value is Production.

Valid values are from the ErrorLevel enumeration which includes Production, Development and Detailed.

This property allows you to control the amount of information that is written into the DebugLogFile.

Note: Since it takes some amount of time to generate and write debug log items, you should set this to write the least amount of information that you will find useful.

Note: This property will have no effect if you set the Debug property to false.

See Also

Reference

ScanFix Class
ScanFix Members

Is this page helpful?
Yes No
Thanks for your feedback.