[#BloombergLP-ball-LoggerCategoryUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::LoggerCategoryUtil :relfileprefix: ../../ :mrdocs: This struct provides a suite of utility functions that facilitate the management of the categories in `LoggerManager`. == Synopsis Declared in `<ball_loggercategoryutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct LoggerCategoryUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/ball/LoggerCategoryUtil/addCategoryHierarchically.adoc[`addCategoryHierarchically`] | Add a category that inherits thresholds from the longest name‐prefix match. | xref:BloombergLP/ball/LoggerCategoryUtil/setThresholdLevels.adoc[`setThresholdLevels`] | Set threshold levels for categories matching a pattern with optional `*`. | xref:BloombergLP/ball/LoggerCategoryUtil/setThresholdLevelsHierarchically.adoc[`setThresholdLevelsHierarchically`] | Set threshold levels for categories matching a hierarchical name prefix. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#