setCategoryEnabled overloads

Synopses

Declared in <balm_metricsmanager.h>

Set whether the specified category is enabled.

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

Set whether the named category is enabled.

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

Parameters

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

Created with MrDocs