setCategoryEnabled overloads
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...
| Name | Description |
|---|---|
| category | category whose enabled state is set |
| value | true to enable the category, false to disable it |
| isEnabled | true to enable the category, false to disable it |