[#BloombergLP-balst-StackTracePrinter] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::StackTracePrinter :relfileprefix: ../../ :mrdocs: This `class` defines an object that, if streamed to a `bsl::ostream`, will output a stack trace to that stream. == Synopsis Declared in `<balst_stacktraceprinter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class StackTracePrinter; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balst/StackTracePrinter/2constructor-0b.adoc[`StackTracePrinter`] [.small]#[constructor]# | Constructors |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/balst/operator_lshift-022.adoc[BloombergLP::balst::operator<<]` | Stream a newline followed by a multiline stack trace according to the parameters passed to the specified `object` at its creation to the specified `stream`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#