[#BloombergLP-ball-CategoryCallbacks-DefaultThresholdLevels] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/CategoryCallbacks.adoc[CategoryCallbacks]::DefaultThresholdLevels :relfileprefix: ../../../ :mrdocs: An alias to a function meeting the following contract: ` /// Load into the specified `recordLevel`, `passLevel`, `triggerLevel`, /// and `triggerAllLevel` the default hierarchical threshold level /// settings for the specified `categoryName`. void defaultThresholdLevels(int *recordLevel, int *passLevel, int *triggerLevel, int *triggerAllLevel, const char *categoryName); ` == Synopsis Declared in `<ball_categorycallbacks.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/function-0a.adoc[bsl::function<void(int*, int*, int*, int*, char const*)>] DefaultThresholdLevels; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#