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