Return whether the specified threshold levels are each valid.
Declared in <ball_loggermanagerconfiguration.h>
static
bool
areValidDefaultThresholdLevels(
int recordLevel,
int passLevel,
int triggerLevel,
int triggerAllLevel);
Return true if each of the specified recordLevel, passLevel, triggerLevel, and triggerAllLevel values is a valid default severity threshold level, and false otherwise. Valid severity threshold levels are in the range [0 .. 255].
true if each level is in [0 .. 255], and false otherwise
| Name | Description |
|---|---|
| recordLevel | candidate default record threshold level |
| passLevel | candidate default pass-through threshold level |
| triggerLevel | candidate default trigger threshold level |
| triggerAllLevel | candidate default trigger-all threshold level |