[#BloombergLP-ball-CategoryManager-setCategory-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/CategoryManager.adoc[CategoryManager]::setCategory :relfileprefix: ../../../ :mrdocs: `setCategory` overloads == Synopses Declared in `<ball_categorymanager.h>` Return the category named `categoryName`, creating it if needed. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/Category.adoc[Category] const* xref:BloombergLP/ball/CategoryManager/setCategory-0d.adoc[setCategory](char const* categoryName); ---- [.small]#xref:BloombergLP/ball/CategoryManager/setCategory-0d.adoc[_» more..._]# Return the category named `categoryName`, creating it if needed. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/Category.adoc[Category] const* xref:BloombergLP/ball/CategoryManager/setCategory-04.adoc[setCategory]( xref:BloombergLP/ball/CategoryHolder.adoc[CategoryHolder]* categoryHolder, char const* categoryName); ---- [.small]#xref:BloombergLP/ball/CategoryManager/setCategory-04.adoc[_» more..._]# Add or update a category with the specified name and threshold levels. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/Category.adoc[Category]* xref:BloombergLP/ball/CategoryManager/setCategory-0f.adoc[setCategory]( char const* categoryName, int recordLevel, int passLevel, int triggerLevel, int triggerAllLevel); ---- [.small]#xref:BloombergLP/ball/CategoryManager/setCategory-0f.adoc[_» more..._]# == Return Value * address of the category named `categoryName`, or of the _Default_ _Category_ if none exists * address of the (possibly newly‐created) category if created or reset, and 0 otherwise == Parameters [cols="1,4"] |=== | Name| Description | *categoryName* | name of the category to look up or create | *categoryHolder* | optional holder to load with the category | *recordLevel* | record threshold level | *passLevel* | pass threshold level | *triggerLevel* | trigger threshold level | *triggerAllLevel* | trigger‐all threshold level |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#