|
BDE 4.39.x Production Release
|
#include <ball_loggerfunctorpayloads.h>
This struct provides a namespace for a suite of utility functions, each of which may be used as the function body for an appropriate bsl::function callback functor within ball_loggermanager .
WARNING:
ball::LoggerManager.Static Public Member Functions | |
| static void | loadParentCategoryThresholdValues (int *recordLevel, int *passLevel, int *triggerLevel, int *triggerAllLevel, const char *categoryName, char delimiter) |
|
static |
Load into the specified recordLevel, passLevel, triggerLevel, and triggerAllLevel the respective threshold levels of the category in the registry of the (singleton) ball logger manager that is the most proximate parent category of the category having the specified categoryName among existing hierarchically named categories in the registry, if such a parent category exists, or the default thresholds otherwise; use the specified delimiter to define hierarchical category names.