View logging of custom widgets in Google Chrome

1
This posts explains how to view the logging with FireBug: https://community.mendix.com/questions/2115/Logging-in-custom-widgets My question: is there a way to view the logging in Google Chrome?
asked
1 answers
1

Logging in Google Chrome works exactly the same as with Firebug in Firefox. Open the Developer Tools (via Menu -> Tools -> Javascript Console or by pressing F12), and click the Console tab to show the log messages.

answered