Forum Discussion
tjdurden
14 years agoFrequent Contributor
Hi slipperysucker,
You can write to the Log Output window in Groovy using the following:
Kind regards,
Tim
You can write to the Log Output window in Groovy using the following:
log.info ("Some Info!");
log.warn ("Some Warning!!");
log.error ("Some Error!!!");
Kind regards,
Tim