Hi. i’m running through some customized java codes that has been written by some other else in Developer. Would like to set debug logs or system.out.println statements in the java code, to trace the values taking place in the java code when it’s run.
Do i just put in system.out.println (variable) in it?
does anyone knows where do i look for the output, if i insert that line into the java code?
One of the simple way is to put this piece of code in your java service which will display the value in server log…
Assign your value to message like
String message = yourvalue ;