BloombergLP::balst::StackTraceUtil::printFormatted

printFormatted overloads

Synopses

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...

Return Value

a reference to stream

Parameters

NameDescription
streamoutput stream
stackTracestack-trace to write
stackTraceFramestack-trace frame to write