Discussion
Mphasis
Mphasis
US
Mphasis
Posted: Jun 23, 2015
Last activity: Jun 24, 2015
Last activity: 24 Jun 2015 9:27 EDT
Closed
Java step in activity
If i have the following code under my Java step for an activity
System.out.println("Hello Word!");
and execute the activity as a test run
Where will i see the output "Hello World"
or do i need to use soemthing else to output messages on the console in java step for an activity
Sysout will show the output in the console.
You can also use oLog.infoForced("Your message") in a Java step which will write the message to the Pega Logs.
Thanks.