[#BloombergLP-balst-StackTraceUtil-printFormatted-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::xref:BloombergLP/balst/StackTraceUtil.adoc[StackTraceUtil]::printFormatted :relfileprefix: ../../../ :mrdocs: `printFormatted` overloads == Synopses Declared in `<balst_stacktraceutil.h>` Stream the specified `stackTrace` to the specified `stream` in some multi‐line, human‐readable format. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& xref:BloombergLP/balst/StackTraceUtil/printFormatted-02.adoc[printFormatted]( std::ostream& stream, xref:BloombergLP/balst/StackTrace.adoc[StackTrace] const& stackTrace); ---- [.small]#xref:BloombergLP/balst/StackTraceUtil/printFormatted-02.adoc[_» more..._]# 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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& xref:BloombergLP/balst/StackTraceUtil/printFormatted-09.adoc[printFormatted]( std::ostream& stream, xref:BloombergLP/balst/StackTraceFrame.adoc[StackTraceFrame] const& stackTraceFrame); ---- [.small]#xref:BloombergLP/balst/StackTraceUtil/printFormatted-09.adoc[_» more..._]# == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *stackTrace* | stack‐trace to write | *stackTraceFrame* | stack‐trace frame to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#