Enumerates logging severity levels used by the bsls logging framework.
Synopsis
Declared in <bsls_logseverity.h>
enum Enum;
Members
Name |
Description |
|
A condition that will (likely) cause a crash. |
|
A condition that will cause incorrect behavior. |
|
A potentially problematic condition. |
|
Data about the running process. |
|
Information useful while debugging. |
|
Execution trace data. |
Created with MrDocs