[#BloombergLP-ball-LoggerFunctorPayloads-loadParentCategoryThresholdValues] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/LoggerFunctorPayloads.adoc[LoggerFunctorPayloads]::loadParentCategoryThresholdValues :relfileprefix: ../../../ :mrdocs: Load into the specified `recordLevel`, `passLevel`, `triggerLevel`, and `triggerAllLevel` the respective threshold levels of the category in the registry of the (singleton) `ball` logger manager that is the most proximate parent category of the category having the specified `categoryName` among existing hierarchically named categories in the registry, if such a parent category exists, or the default thresholds otherwise; use the specified `delimiter` to define hierarchical category names. The behavior is undefined unless the logger manager singleton has been initialized and is not in the process of being shut down. == Synopsis Declared in `<ball_loggerfunctorpayloads.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void loadParentCategoryThresholdValues( int* recordLevel, int* passLevel, int* triggerLevel, int* triggerAllLevel, char const* categoryName, char delimiter); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#