Enumerates logging severity levels used by the bsls logging framework.
Declared in <bsls_logseverity.h>
enum Enum;
| 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. |