Logging isn’t working as descriped in documenation
-
Klaus79
5 years ago #17323When I try to use your examples from documenation in a script task in process designer I get following error in debug mode:
Simplifier.Log.info(“xxx”);
error: ‘Simplifier’ is not defined
How to use the examples from your documentation?
Chris Bouveret
Has successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Has successfully completed the online course Basics (100)
Has successfully completed the online course Advanced (320)
Has successfully completed the Intermediate Certification
Has successfully completed the Advanced Certification
Chris Bouveret
Has successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Has successfully completed the online course Basics (100)
Has successfully completed the online course Advanced (320)
Has successfully completed the Intermediate Certification
Has successfully completed the Advanced Certification
5 years ago #17326::Since Script tags will be generated within client side Javascript Code you can simply use console.log(“”) and then inspect the Browser Console to see your logs.
Within Chrome DevTools you can also use Breakpoints etc. to debug your App, please see https://developers.google.com/web/tools/chrome-devtools for detailed information on Chrome DevTools. In Firefox e.g. this would be Firebug instead of DevTools see https://getfirebug.com/
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.