VintaSoftTwain Control v6.0
In This Topic
    enumDebugLevel Enumeration
    In This Topic
    Description
    Specifies available debug levels.
    Members
    MemberValueDescription
    DEBUGLEVEL_Debug4The enumeration value is 4. Any debug information is added to log-file. Messages for Info level also added to log-file.
    DEBUGLEVEL_Error1The enumeration value is 1. Error messages are added to log-file. Messages for Fatal level also added to log-file.
    DEBUGLEVEL_Fatal0The enumeration value is 0. Fatal error messages are added to log-file.
    DEBUGLEVEL_Info3The enumeration value is 3. Important debug information is added to log-file. Messages for Warning level also added to log-file.
    DEBUGLEVEL_Warning2The enumeration value is 2. Warning messages are added to log-file. Messages for Error level also added to log-file.