Set the default‐thresholds callback.
Synopsis
Declared in <ball_loggermanager.h>
void
setDefaultThresholdLevelsCallback(DefaultThresholdLevelsCallback* callback);
Description
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.
Parameters
Name |
Description |
callback |
callback that determines default threshold levels |
Created with MrDocs