Forum Discussion
6 Replies
- swalkersbwNew Contributor
I am having the same problem, what is the answer to this question?
- nmraoCommunity Hero
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.
- swalkersbwNew Contributor
Thanks nmrao, I'll go with using log.info for each line as it's the simplest alternative, cheers.