Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 56 of file ddlog.h.
{ DDLOG_INFO = 0, // Information only DDLOG_WARN = 1, // Warning only DDLOG_ERROR = 2, // Notify user of an error DDLOG_CRITICAL = 3, // Exceptionally severe error DDLOG_SYSTEM = 4, // System message. Not an error // but must always be printed. DDLOG_SEVERITY_FORCE_DWORD = 0x7fffffff, // Make enum dword } DDLOG_severityType;