Accusoft.TwainPro9.Net
DebugErrorLevel Property




Gets or sets the error level of items that the component should write to the debug log file.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property DebugErrorLevel As ErrorLevel
'Usage
 
Dim instance As TwainPro
Dim value As ErrorLevel
 
instance.DebugErrorLevel = value
 
value = instance.DebugErrorLevel
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public ErrorLevel DebugErrorLevel {get; set;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public: __property ErrorLevel get_DebugErrorLevel();
public: __property void set_DebugErrorLevel( 
   ErrorLevel value
);
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public:
property ErrorLevel DebugErrorLevel {
   ErrorLevel get();
   void set (    ErrorLevel value);
}

Property Value

The ErrorLevel enumeration value set.
Remarks

The default value is Production.

This property allows you to control the amount of information that the component places into the DebugLogFile. Since it is expensive to generate and write debug log items, set this property to write the least amount of information that you will find useful.

Valid values: Production, Development, and Detailed.

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

Example

...

// Set the ErrorLevel of the debugging

tp.ErrorLevel = Accusoft.TwainProSdk.ErrorLevel.Development;

...

See Also

Reference

TwainPro Class
TwainPro Members
DebugLogFile Property
Debug Property

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback