[#BloombergLP-bsls-LogSeverity-Enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/LogSeverity.adoc[LogSeverity]::Enum :relfileprefix: ../../../ :mrdocs: Enumerates logging severity levels used by the `bsls` logging framework. == Synopsis Declared in `<bsls_logseverity.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Enum; ---- == Members [cols="1,4"] |=== | Name| Description | `e_FATAL` | A condition that will (likely) cause a crash. | `e_ERROR` | A condition that will cause incorrect behavior. | `e_WARN` | A potentially problematic condition. | `e_INFO` | Data about the running process. | `e_DEBUG` | Information useful while debugging. | `e_TRACE` | Execution trace data. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#