Set category thresholds to the factory default values.

Synopsis

Declared in <ball_loggermanager.h>

void
setCategoryThresholdsToFactoryDefaults(Category* category);

Description

Set the threshold levels of the specified category in the category registry of this logger manager to the original "factory‐supplied" default values or the factory overrides supplied at construction. The behavior is undefined unless category is non‐null.

Parameters

Name

Description

category

category whose thresholds are set

Created with MrDocs