#include <AppExceptions.h>
Public Types | |
| enum | EventSeverityEnum { Fatal, Transient, Info } |
Public Member Functions | |
| EventSeverity (const EventSeverityEnum severity=EventSeverity::Transient) | |
| EventSeverity & | operator= (const EventSeverityEnum severity) |
| string | ToString () const |
| EventSeverity implementation. More... | |
| EventSeverityEnum | getSeverity () const |
Static Public Member Functions | |
| static EventSeverityEnum | Parse (const string &value) |
Private Attributes | |
| EventSeverityEnum | m_Severity |
|
inlineexplicit |
|
inline |
|
inline |
|
static |
| string EventSeverity::ToString | ( | ) | const |
EventSeverity implementation.
|
private |