Motivation
It would be nice to capture the log prints from Test and redirect them, e.g. to a file or some other stream for processing. Currently, it always just dumps it to print. We could potentially just grab the logger stream directly, but then we miss some of the nice things that ROHD-VF does to that stream.
Desired solution
Add a way to override or capture the log print mechanism.
Alternatives considered
No response
Additional details
No response
Motivation
It would be nice to capture the log prints from
Testand redirect them, e.g. to a file or some other stream for processing. Currently, it always just dumps it toprint. We could potentially just grab the logger stream directly, but then we miss some of the nice things that ROHD-VF does to that stream.Desired solution
Add a way to override or capture the log print mechanism.
Alternatives considered
No response
Additional details
No response