setCategory overloads
Declared in <ball_log.h>
Return or create the named category in the logger manager registry.
static
Category const*
setCategory(char const* categoryName);
» more...
Load the named category into the specified category holder.
static
void
setCategory(
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 | holder to load with the category and threshold |