When you work with Java Embedded, you wont be able to see the output in console.
To see the output value in the console, use the below function
addAuditTrailEntry("Status is: " + status);
You can see the output message as below.
Status is: TRUE
To see the output value in the console, use the below function
addAuditTrailEntry("Status is: " + status);
You can see the output message as below.
Status is: TRUE
No comments:
Post a Comment