Using System.out.println to print to debugger console or when running it on the server it will print to the /var/log/Syslog which is very helpful for debugging.
System.out.println(”MyMethod has this var: ” + this.MyVar);
Add A Comment
You must be logged in to post a comment.
