BloombergLP::ball::LoggerManager::lookupCategory

lookupCategory overloads

Synopses

Declared in <ball_loggermanager.h>

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.

Category*
lookupCategory(char const* categoryName);
» more...

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.

Category const*
lookupCategory(char const* categoryName) const;
» more...