[#BloombergLP-bslx-TestInStream-setQuiet] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/TestInStream.adoc[TestInStream]::setQuiet :relfileprefix: ../../../ :mrdocs: Set the quiet mode for this test stream to the specified (boolean) `flagValue`. If `flagValue` is `true`, then quiet mode is turned ON and no error messages will be written to standard output. If `flagValue` is `false`, then quiet mode is turned OFF. Note that quiet mode is turned OFF by default. == Synopsis Declared in `<bslx_testinstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setQuiet(bool flagValue); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#