Logging from UI Designer for Custom Widget

1
0
-1

Hello. I am creating a custom widget in Bonita UI Designer and trying to log some values to a console using the console.log of AngularJs. Where can I view that data? I have seen in the documentation the UI Designer logs are found in the Studio Engine Logs but I have not been able to see any output. Or how I'm I supposed to log from the UI Designer custom widget section.

1 answer

1
0
-1
This one is the BEST answer!

Hello,

the log is visible in the "console" in the browser. Do a F12, then you can see the debugger. You have a "console" panne.

The different log you can access in the studio is SERVER log. When you do a console.log, you send it to the BROWSER log. if you want to see this log on the server, you have to send it to the server (via a new REST API EXTENSION), then you can log it on the server.

I hope this is clear,

Best

Comments

Submitted by atienoruby35_1868664 on Tue, 08/25/2020 - 20:52

Thank you for this. Yes, I am now able to see.

Notifications