Return the address of the modifiable category named categoryName.
Synopsis
Declared in <ball_loggermanager.h>
Category*
lookupCategory(char const* categoryName);
Description
Return the address of the 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.
Return Value
address of the modifiable category, or 0 if none exists
Parameters
Name |
Description |
categoryName |
name of the category to look up |
Created with MrDocs