Set the default thresholds callback attribute of this object.

Synopsis

Declared in <ball_loggermanagerconfiguration.h>

void
setDefaultThresholdLevelsCallback(DefaultThresholdLevelsCallback const& thresholdsCb);

Description

Note that this method cannot fail, and that thresholdsCb can be a "null" (i.e., unpopulated) functor object.

Parameters

Name

Description

thresholdsCb

callback that supplies default threshold levels

Created with MrDocs