setDefaultThresholdLevelsIfValid overloads
Synopses
Declared in <ball_loggermanagerconfiguration.h>
Set the pass threshold level if valid, and zero the other levels.
int
setDefaultThresholdLevelsIfValid(int passLevel);
Set the four default severity threshold levels if each is valid.
int
setDefaultThresholdLevelsIfValid(
int recordLevel,
int passLevel,
int triggerLevel,
int triggerAllLevel);
Return Value
0 on success, and a non‐zero value otherwise
Parameters
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 |
Created with MrDocs