[#BloombergLP-balst-StackTraceConfigurationUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::StackTraceConfigurationUtil :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for functions that configure the behavior of stack traces performed by `balst`. == Synopsis Declared in `<balst_stacktraceconfigurationutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct StackTraceConfigurationUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balst/StackTraceConfigurationUtil/disableResolution.adoc[`disableResolution`] | Disable symbol, source file name, and line number resolution in stack traces performed by `balst`. | xref:BloombergLP/balst/StackTraceConfigurationUtil/enableResolution.adoc[`enableResolution`] | Enable symbol, source file name, and line number resolution in stack traces performed by `balst`. | xref:BloombergLP/balst/StackTraceConfigurationUtil/isResolutionDisabled.adoc[`isResolutionDisabled`] | Return whether symbol and line number resolution in stack traces is disabled. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#