[#BloombergLP-ball-ThresholdDefaults] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::ThresholdDefaults :relfileprefix: ../../ :mrdocs: This struct provides a namespace for default threshold level related constants. == Synopsis Declared in `<ball_thresholddefaults.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ThresholdDefaults; ---- == Static Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/ball/ThresholdDefaults/k_PASS_LEVEL.adoc[`k_PASS_LEVEL`] | Default pass threshold level (`ERROR` and above). | xref:BloombergLP/ball/ThresholdDefaults/k_RECORD_LEVEL.adoc[`k_RECORD_LEVEL`] | Default record threshold level (disabled). | xref:BloombergLP/ball/ThresholdDefaults/k_TRIGGER_ALL_LEVEL.adoc[`k_TRIGGER_ALL_LEVEL`] | Default trigger‐all threshold level (disabled). | xref:BloombergLP/ball/ThresholdDefaults/k_TRIGGER_LEVEL.adoc[`k_TRIGGER_LEVEL`] | Default trigger threshold level (disabled). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#