BloombergLP::balm::MetricsManager::setCategoryEnabled

setCategoryEnabled overloads

Synopses

Declared in <balm_metricsmanager.h>

Set whether the specified category is enabled.

void
setCategoryEnabled(
    Category const* category,
    bool value = true);
» more...

Set whether the named category is enabled.

void
setCategoryEnabled(
    char const* category,
    bool isEnabled = true);
» more...

Parameters

NameDescription
categorycategory whose enabled state is set
valuetrue to enable the category, false to disable it
isEnabledtrue to enable the category, false to disable it