operator <= method

bool operator <=(
  1. LogSeverity other
)

Implementation

bool operator <=(LogSeverity other) => value <= other.value;