Question

PEGA
Pegasystems Inc.
US
PEGA
Posted: Sep 6, 2016
Last activity: Sep 8, 2016
Last activity: 8 Sep 2016 6:47 EDT
Closed
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?