SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / SmartZoneICR Class / ErrorLevel Property




In This Topic
    ErrorLevel Property (SmartZoneICR)
    In This Topic
    Gets and set the error level of items that the toolkit should write to the debug log.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property ErrorLevel As ErrorLevelInfo
    'Usage
     
    
    Dim instance As SmartZoneICR
    Dim value As ErrorLevelInfo
     
    instance.ErrorLevel = value
     
    value = instance.ErrorLevel
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public ErrorLevelInfo ErrorLevel {get; set;}
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public: __property ErrorLevelInfo get_ErrorLevel();
    public: __property void set_ErrorLevel( 
       ErrorLevelInfo value
    );
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public:
    property ErrorLevelInfo ErrorLevel {
       ErrorLevelInfo get();
       void set (    ErrorLevelInfo value);
    }
    Exceptions
    ExceptionDescription
     
    Remarks

    Valid values: Production, Development, and Detailed.

    Default value: Production

    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.

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

    See Also