[#BloombergLP-ball-LoggerManagerConfiguration-areValidDefaultThresholdLevels] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/LoggerManagerConfiguration.adoc[LoggerManagerConfiguration]::areValidDefaultThresholdLevels :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool areValidDefaultThresholdLevels( int recordLevel, int passLevel, int triggerLevel, int triggerAllLevel); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#