[#BloombergLP-balst-StackTraceUtil-printFormatted-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::xref:BloombergLP/balst/StackTraceUtil.adoc[StackTraceUtil]::printFormatted :relfileprefix: ../../../ :mrdocs: Stream the specified `stackTrace` to the specified `stream` in some multi‐line, human‐readable format. Note that this operation attempts to avoid using the default allocator. == Synopsis Declared in `<balst_stacktraceutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& printFormatted( std::ostream& stream, xref:BloombergLP/balst/StackTrace.adoc[StackTrace] const& stackTrace); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#