|
BDE 4.39.x Production Release
|
Provide an aggregate of the four logging threshold levels.
Provide an aggregate of the four logging threshold levels.
ball::ThresholdAggregate helpersThis component implements a class, ball::ThresholdAggregate, that aggregates four threshold levels: record level, pass-through level, trigger level, and trigger-all level. Each of these levels must in the range [0 .. 255], and represents a threshold which, if exceeded, will invoke a certain action. ball::ThresholdAggregateUtil provides helper methods for packing/unpacking ball::ThresholdAggregate objects to/from integers.
This section illustrates intended use of this component.
The following code fragment illustrates some of the basic operations on threshold levels provided by ball::ThresholdAggregate.