Return the address of the specified categoryHolder.
Synopsis
Declared in <ball_log.h>
BloombergLP::ball::CategoryHolder const*
ball_log_getCategoryHolder(BloombergLP::ball::CategoryHolder const& categoryHolder);
Description
Note that this function facilitates consistent lookup of block‐scope and class‐scope category holders (see "Logging Macro Reuse" in the "IMPLEMENTATION NOTES" of the component implementation file for details).
Return Value
address of the specified categoryHolder
Parameters
Name |
Description |
categoryHolder |
category holder whose address is returned |
Created with MrDocs