This struct serves as a namespace for static methods that perform and print a description of a stack trace.
Declared in <balst_stacktraceprintutil.h>
struct StackTracePrintUtil;
| 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. |