printFormatted overloads
Declared in <balst_stacktraceutil.h>
Stream the specified stackTrace to the specified stream in some multi-line, human-readable format.
static
std::ostream&
printFormatted(
std::ostream& stream,
StackTrace const& stackTrace);
» 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.
static
std::ostream&
printFormatted(
std::ostream& stream,
StackTraceFrame const& stackTraceFrame);
» more...
a reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| stackTrace | stack-trace to write |
| stackTraceFrame | stack-trace frame to write |