The leading provider of version control solution and TWAIN SDK

How to catch detailed information by using LogLevel Property?

Since version 6.3.1 of Dynamic Web TWAIN, we added a new property called "LogLevel" to catch detailed information when necessary. The property returns or sets the log level for debug purpose.

Data type: Short

Syntax: ObjectName. LogLevel

Remark:
0 - The default value for LogLevel.
1 - More output information will be provided for debug

Step-by-Step Usage Guide:

1. Add LogLevel property to your code as follows:

function Pageonload() {

    DynamicWebTwain1.LogLevel = 1; // please change DynamicWebTwain1 according to your setting
    ...
    ...
}

2. Download DebugView here, and unzip locally.

3. Run Dbgview.exe

4. Access your scan page, and reproduce the issue you are experiencing. The DebugView will record detailed information during the process, as shown below.



5. Please click on Save to save the log file and send it to Twainsupport@dynamsoft.com.

We will then check the files and give you a proper solution.




Article Details

Last Updated
12th o April, 2012

Would you like to...

Print this page Print this page

Email this page Email this page

Post a comment Post a comment

Subscribe me

Add to favorites Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF

User Opinions (2 votes)

100% thumbs up 0% thumbs down

How would you rate this answer?



Thank you for rating this answer.

Related Articles

No related articles were found.

Attachments

No attachments were found.

Visitor Comments

  1. Comment #1 (Posted by Hawk )
    Clear, informative, smiple. Could I send you some e-hugs?

Post a comment

To post a comment for this article, simply complete the form below. Fields marked with an asterisk are required.
   Name:
   Email:
* Comment:
* Enter the code below:
 

Continue