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



Accusoft.FormDirectorSdk Namespace > FormDirector Class : ErrorLevel Property
A property to control the level of detail written to the DebugLogFile if the Debug property is true.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public Property ErrorLevel As ErrorLevel
'Usage
 
Dim instance As FormDirector
Dim value As ErrorLevel
 
instance.ErrorLevel = value
 
value = instance.ErrorLevel
[Browsable(true)]
public ErrorLevel ErrorLevel {get; set;}
[Browsable(true)]
public:
property ErrorLevel ErrorLevel {
   ErrorLevel get();
   void set (    ErrorLevel value);
}
Remarks

See the ErrorLevel enumeration for a description of possible values for this property.

The level of detail written to the log file can be controlled by setting the ErrorLevel property to the value desired.

Default Value: Production

See Also

Reference

FormDirector Class
FormDirector Members
Debug Property
DebugLogFile Property

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