enum CCL::Alert::Event::FormatFlags

Overview

#include <alerttypes.h>

enum FormatFlags
{
    kWithTime      = 1 < <0,
    kWithAlertType = 1 < <1,
    kWithSeverity  = 1 < <2,
    kWithModule    = 1 < <3,
};

Detailed Documentation

Enum Values

kWithTime

with time

kWithAlertType

with alert type prefix

kWithSeverity

with severity prefix (ignored for kWithAlertType)

kWithModule

with module prefix