Read captured output into the scratch buffer.
Declared in <bsls_outputredirector.h>
bool
load();
Return true if all captured output was successfully loaded, and false otherwise. Note that captured output is allowed to have zero length. The behavior is undefined unless enable has been previously called successfully (after the latest call to disable, if disable has been called successfully).
true if all captured output was loaded; false otherwise