Skip to content

Commit 2b80aaf

Browse files
authored
Merge pull request #533 from dynamsoft-docs/ztyyLV-patch-1
Ztyy lv patch 1
2 parents d4698ea + 54b893b commit 2b80aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

faq/general-troubleshooting-steps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ permalink: /faq/general-troubleshooting-steps.html
2626

2727
2. Set the log level
2828
- For only one client machine, go to the application with Dynamic Web TWAIN integrated, press F12 to open the development tools, switch to "console" tab and enter the command "DWObject.LogLevel = 1" to enable the debugger mode.
29+
> **_NOTE:_** If you fail to initialize the object, please use the option below.
2930
- For all client machines, set [ `LogLevel` ]({{site.info}}api/WebTwain_Util.html#loglevel) to 1 in your code. This property should be set as soon as the `WebTwain` instance is created. For example, in the event `Dynamsoft_OnReady`
3031
```javascript
3132
function Dynamsoft_OnReady() {

0 commit comments

Comments
 (0)