Set the default-thresholds callback.
Declared in <ball_loggermanager.h>
void
setDefaultThresholdLevelsCallback(DefaultThresholdLevelsCallback* callback);
Set the default-thresholds callback of this logger manager to the specified callback. The default-thresholds callback is used to determine default threshold levels for categories added to the registry by the setCategory(const char *) method.
| Name | Description |
|---|---|
| callback | callback that determines default threshold levels |