[#BloombergLP-bsls-OutputRedirector-load] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/OutputRedirector.adoc[OutputRedirector]::load :relfileprefix: ../../../ :mrdocs: Read captured output into the scratch buffer. 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). == Synopsis Declared in `<bsls_outputredirector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool load(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#