Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
brindlogcool
Creator III
Creator III

Google map extension

Hi ,

We have google map extension in our application and we need to track the audit log to find out the issues.  I would like to know is there any way we can enable the audit logging for the extension objects. It is very difficult without audit log to track what is happening in the Extension.

1 Reply
Alexander_Thor
Employee
Employee

What do you mean by audit log? If you are refering to the standard audit log for QlikView it would work together with extensions if you want to log what kind of data is available to the extension. Be aware that with that level of details in the audit log it might affect performance.

If you want to debug the code in the actual extension normal debugging conventions apply.

Either use the console object to log debugging information to the browser, see https://developer.mozilla.org/en-US/docs/DOM/console.log

Or go old school and use alert methods to log progress in your script.