[#BloombergLP-ball-TestObserver-setVerbose] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/TestObserver.adoc[TestObserver]::setVerbose :relfileprefix: ../../../ :mrdocs: Set the internal verbose mode of this test observer to the specified (boolean) `flagValue`. The default mode is _not_ verbose. If `flagValue` is non‐zero, calls to `publish` will print appropriate diagnostics to the `bsl::ostream` associated with this test observer. This printing is suppressed if `flagValue` is 0. == Synopsis Declared in `<ball_testobserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setVerbose(int flagValue); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#