Accusoft.ISISXpressSdk Namespace > IsisXpress Class : ErrorLevel Property |
This property is deprecated, please use the DebugErrorLevel property instead.
Gets and sets the ErrorLevelInfo enumeration value for the error level of information to write to the DebugLogFile.'Declaration <ObsoleteAttribute("This property is deprecated, please use the DebugErrorLevel property instead.")> <BrowsableAttribute(True)> Public Property ErrorLevel As ErrorLevelInfo
'Usage Dim instance As IsisXpress Dim value As ErrorLevelInfo instance.ErrorLevel = value value = instance.ErrorLevel
[ObsoleteAttribute("This property is deprecated, please use the DebugErrorLevel property instead.")] [BrowsableAttribute(true)] public ErrorLevelInfo ErrorLevel {get; set;}
[ObsoleteAttribute("This property is deprecated, please use the DebugErrorLevel property instead.")] [BrowsableAttribute(true)] public: __property ErrorLevelInfo get_ErrorLevel(); public: __property void set_ErrorLevel( ErrorLevelInfo value );
[ObsoleteAttribute("This property is deprecated, please use the DebugErrorLevel property instead.")] [BrowsableAttribute(true)] public: property ErrorLevelInfo ErrorLevel { ErrorLevelInfo get(); void set ( ErrorLevelInfo value); }
The default value is Production.
Set this property appropriately to speed up processing when not debugging. When debugging, set this property to Detailed to obtain detailed error information.