operator < method

bool operator <(
  1. LoggingLevel other
)

Implementation

bool operator <(LoggingLevel other) => index < other.index;