BDE 4.14.0 Production release
|
Provide an aggregate of the four logging threshold levels.
This 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.
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
.