[#BloombergLP-ball-LoggerManager-setCategoryThresholdsToCurrentDefaults] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/LoggerManager.adoc[LoggerManager]::setCategoryThresholdsToCurrentDefaults :relfileprefix: ../../../ :mrdocs: Set `category` thresholds to the current default values. == Synopsis Declared in `<ball_loggermanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setCategoryThresholdsToCurrentDefaults(xref:BloombergLP/ball/Category.adoc[Category]* category); ---- == Description Set the threshold levels of the specified `category` in the category registry of this logger manager to the current default threshold values. The behavior is undefined unless `category` is non‐null. == Parameters [cols="1,4"] |=== | Name| Description | *category* | category whose thresholds are set |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#