This struct serves as a namespace for static methods that perform and print a description of a stack trace.

Synopsis

Declared in <balst_stacktraceprintutil.h>

struct StackTracePrintUtil;

Static Member Functions

Name

Description

logExceptionStackTrace

Log an exception name, message, and stack trace via BSLS_LOG.

printStackTrace

Obtain a trace of the stack and print it to the specified stream.

Created with MrDocs