BloombergLP::ball::Severity

This struct provides a namespace for enumerating severity levels.

Synopsis

Declared in <ball_severity.h>

struct Severity;

Enums

NameDescription
Unnamed enum Define e_LENGTH to be the number of enumerators in the Level enumeration.
Level Severity levels for log messages.

Static Member Functions

NameDescription
fromAscii Load into the specified level the severity matching the specified string.
streamOut Format the specified value to the specified output stream and return a reference to the modifiable stream.
toAscii Return the string representation exactly matching the enumerator name corresponding to the specified enumeration value.