Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

How to get the logs for the SDK?

« Back to FAQ index

Version 10

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