Return whether the specified threshold levels are each valid.
Synopsis
Declared in <ball_loggermanagerdefaults.h>
static
bool
areValidDefaultThresholdLevels(
int recordLevel,
int passLevel,
int triggerLevel,
int triggerAllLevel);
Description
Return true if each of the specified recordLevel, passLevel, triggerLevel, and triggerAllLevel values is a valid default severity threshold level attribute, and false otherwise. Valid severity threshold level values are in the range [0 .. 255].
Return Value
true if each level is in [0 .. 255], and false otherwise
Parameters
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 |
Created with MrDocs