[#BloombergLP-ball-SeverityUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::SeverityUtil :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for non‐primitive procedures on the `Severity::Level` enumeration. == Synopsis Declared in `<ball_severityutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct SeverityUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/ball/SeverityUtil/fromAscii.adoc[`fromAscii`] | Load into the specified `level` the severity corresponding to `name`. | xref:BloombergLP/ball/SeverityUtil/fromAsciiCaseless.adoc[`fromAsciiCaseless`] | Load into the specified `level` the severity corresponding to `name`. | xref:BloombergLP/ball/SeverityUtil/isValidName.adoc[`isValidName`] | Return `true` if `name` corresponds to a `Severity::Level` enumerator. | xref:BloombergLP/ball/SeverityUtil/isValidNameCaseless.adoc[`isValidNameCaseless`] | Return `true` if `name` corresponds to a `Severity::Level` enumerator. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#