Return the address of the non-modifiable category named categoryName.
Declared in <ball_loggermanager.h>
Category const*
lookupCategory(char const* categoryName) const;
Return the address of the non-modifiable category in the category registry of this logger manager having the specified categoryName, or 0 if no such category exists. The behavior is undefined unless categoryName is null-terminated.
address of the non-modifiable category, or 0 if none exists
| Name | Description |
|---|---|
| categoryName | name of the category to look up |