setOutputFile

open fun setOutputFile(@Nullable outputFile: @Nullable File)(source)

Sets the file which the report will be written to. Set this to null to write the report to System.out.

Parameters

outputFile

The output file. May be null.