Table of contents

How to get the logs for the SDK?

Version 10 and above

The SDK can provide logs via the Core module.

Dynamsoft.Core.CoreModule.onLog = console.log;

Version 9

The SDK can provide logs via the browser console. Logging can be activated by the _onLog property.

Dynamsoft.DBR.BarcodeReader._onLog = console.log;

This page is compatible for:

Is this page helpful?

YesYes NoNo