John Lira - Developers often want to write to the Session Log file. For example, you may want to write header information, or custom error messages to the Session Log file so that it may serve as documentation. Here I show you how to use the Java Transformation to do so.Here is the sample code for the Java transformation:
---
logInfo ("this is create a comment2 by john lira");
...
System.out.println("//COMMENTS// this is create a comment1 by john lira");