FormFix v6.0 for .NET - Updated
ErrorLevel Property (FormFix)



Accusoft.FormFixSdk Namespace > FormFix Class : ErrorLevel Property
The error level of items that the toolkit should write to the debug log file.
Syntax
'Declaration
 
Public Property ErrorLevel As ErrorLevel
'Usage
 
Dim instance As FormFix
Dim value As ErrorLevel
 
instance.ErrorLevel = value
 
value = instance.ErrorLevel
public ErrorLevel ErrorLevel {get; set;}
public:
property ErrorLevel ErrorLevel {
   ErrorLevel get();
   void set (    ErrorLevel value);
}
Remarks

This property allows you to control the amount of information that the toolkit places into a debug log file. 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.

Valid values: Production, Development, and Detailed.

Default value: Production

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

See Also

Reference

FormFix Class
FormFix Members

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