[#BloombergLP-balst-StackTraceUtil-printFormatted-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::xref:BloombergLP/balst/StackTraceUtil.adoc[StackTraceUtil]::printFormatted :relfileprefix: ../../../ :mrdocs: Write the value of the specified `stackTraceFrame` to the specified output `stream` in some single‐line, human‐readable format and return a reference to `stream`. The name of the symbol is represented by the `symbolName` property of `stackTraceFrame`, if known; otherwise, it is represented by the `mangledSymbolName` property, if known; otherwise, it is represented by "‐‐unknown‐‐". Other frame attributes are written only if their values are known. Note that the format is not fully specified, and can change without notice. Also note that this method 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/StackTraceFrame.adoc[StackTraceFrame] const& stackTraceFrame); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#