nonLocalizedSeverity constant

int const nonLocalizedSeverity

Non-localized severity, always one of ERROR, FATAL or PANIC (or, for notices, WARNING, NOTICE, DEBUG, INFO or LOG). Only sent by servers speaking protocol 3.0 or later. Unlike severity, this field's value is never translated, so it should be preferred when present.

Implementation

static const int nonLocalizedSeverity = 86;