setCategoryHierarchically overloads
Declared in <ball_log.h>
Return or create the category having the specified categoryName.
static
Category const*
setCategoryHierarchically(char const* categoryName);
» more...
Return or create the named category, optionally loading a holder.
static
Category const*
setCategoryHierarchically(
CategoryHolder* categoryHolder,
char const* categoryName);
» more...
address of the named category, the Default Category, or 0
| Name | Description |
|---|---|
| categoryName | name of the category to look up or create |
| categoryHolder | optional holder to load with the category |