setDefaultThresholdLevelsIfValid overloads
Declared in <ball_loggermanagerdefaults.h>
Set the pass threshold level if valid, and zero the other levels.
int
setDefaultThresholdLevelsIfValid(int passLevel);
» more...
Set the four default severity threshold levels if each is valid.
int
setDefaultThresholdLevelsIfValid(
int recordLevel,
int passLevel,
int triggerLevel,
int triggerAllLevel);
» more...
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| passLevel | candidate default pass-through threshold level |
| recordLevel | candidate default record threshold level |
| triggerLevel | candidate default trigger threshold level |
| triggerAllLevel | candidate default trigger-all threshold level |