Set the stream to which diagnostics will be written to the specified ostream. If setOstream is never called, diagnostics will be written to bsl::cerr.
Synopsis
Declared in <balst_stacktracetestallocator.h>
void
setOstream(std::ostream* ostream);
Parameters
Name |
Description |
ostream |
stream for diagnostic output |
Created with MrDocs