Logging isn’t working as descriped in documenation
-
Klaus795 years ago #17323
When 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 BouveretHas successfully completed the online course IntroductionHas 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 CertificationHas successfully completed the Advanced CertificationChris BouveretHas successfully completed the online course IntroductionHas 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 CertificationHas successfully completed the Advanced Certification5 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.