Stream the specified stackTrace to the specified stream in some multi-line, human-readable format.
Declared in <balst_stacktraceutil.h>
static
std::ostream&
printFormatted(
std::ostream& stream,
StackTrace const& stackTrace);
Note that this operation attempts to avoid using the default allocator.
a reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| stackTrace | stack-trace to write |