Output generated lists from test case to exported PDF

How do you output a list that was generated in a test case to the output of your exported PDF once the test suite has run? I mean yes its there in the console, and I can web comment all day but there is nothing readable in the PDF. tried this KeywordUtil.logInfo(“Failed Locations: + ${failedLocations}”) with no luck.

It seems to be impossible. Would you mind exporting it to a CSV or a data file?

Is it possible? If its not I will stop trying to do so, but if there is a way i would greatly appreciate any command help you could give.