Whether this log level includes another log level
bool includes(LogLevel other) { return index <= other.index; }