[#BloombergLP-ball-LoggerManager-lookupCategory-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/LoggerManager.adoc[LoggerManager]::lookupCategory :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<ball_loggermanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/Category.adoc[Category] const* lookupCategory(char const* categoryName) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#