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].
Synopsis
Declared in <ball_loggermanagerconfiguration.h>
static
bool
areValidDefaultThresholdLevels(
int recordLevel,
int passLevel,
int triggerLevel,
int triggerAllLevel);
Created with MrDocs