I have added JSR223 PreProcessor in jmeter for one request & language selected is groovy (groovy 2.4.15/groovy scripting engine2.0) , so there i want to print the variable value
and for that i am using log.info but when i am using println to print the value , it is not working.
def x= 25; log.info x;
so my question is which groovy type it supports in jmeter? because i have gone through most of the links where it was showing println function for printing output.