BloombergLP::ball::Log::setCategoryHierarchically

setCategoryHierarchically overloads

Synopses

Declared in <ball_log.h>

Return or create the category having the specified categoryName.

static
Category const*
setCategoryHierarchically(char const* categoryName);
» more...

Return or create the named category, optionally loading a holder.

static
Category const*
setCategoryHierarchically(
    CategoryHolder* categoryHolder,
    char const* categoryName);
» more...

Return Value

address of the named category, the Default Category, or 0

Parameters

NameDescription
categoryNamename of the category to look up or create
categoryHolderoptional holder to load with the category