[ Version ( since = "0.7.1" ) ]
public void set_log (string fname)
Set the suite runner to output the result in log format to the given file.
log file setting is an initialize only operation -- it should be done immediately after SRunner creation, and the log file can't be changed after being set.
This setting does not conflict with the other log output types; all logging types can occur concurrently if configured.
fname |
file name to output log results to |
0.7.1