Forum Discussion
nmrao
Champion Level 3
The answer is to use multiple statements to log the details in separate lines, IMO.
However, '\n' should work if you use println which will be logged into soapui.log file.
swalkersbw
9 years agoNew Contributor
Thanks nmrao, I'll go with using log.info for each line as it's the simplest alternative, cheers.