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