Question
Pegasystems Inc.
US
Last activity: 8 Sep 2016 6:47 EDT
Efficient way to debug Java code in custom controls
I have a custom control that has java code in it. There are methods like oLog.infoForced and oLog.error that can be used to debug, but these logs recide in the PegaRules.log which has to be downloaded regulary to check the logs. Is there a better way to debug by adding logs that can be printed on the browser 's console?