Aller au contenu principal

@log-right/base > SeverityTypes

SeverityTypes variable​

The potential values of the severity field. Higher values indicate a more damaging event. If the severity is NONE (or 0), the condition will never be be met. If the severity is CRITICAL (or 99), the condition will always be be met.

Signature:
SeverityTypes: {
readonly NONE: 0;
readonly ONE: 1;
readonly TWO: 2;
readonly THREE: 3;
readonly FOUR: 4;
readonly FIVE: 5;
readonly SIX: 6;
readonly SEVEN: 7;
readonly EIGHT: 8;
readonly NINE: 9;
readonly TEN: 10;
readonly CRITICAL: 99;
}