Function ibc_test_framework::util::file::pipe_to_file
source · [−]Expand description
Pipe a streaming source implementing std::io::Read to a file in
append mode.
This is used to pipe log output from a full node’s child process to log files.