Redirect log prints
Open
enhancement
help wanted
- Dominant language
- Dart
- Stars
- 48
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
### 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_
Contributor guide
Assessment
This issue has not been assessed yet.