[#BloombergLP-bsls-LogSeverity] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::LogSeverity :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for enumerating logging severity levels. == Synopsis Declared in `<bsls_logseverity.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct LogSeverity; ---- == Description The enumerated levels are used in the `bsls` logging framework (see `bsls_log`). See `Enum` in the TYPES sub‐section for details. == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/LogSeverity/Enum.adoc[`Enum`] | Enumerates logging severity levels used by the `bsls` logging framework. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/LogSeverity/toAscii.adoc[`toAscii`] | Return the string representation of the specified enumerator `value`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#