toInt static method

int toInt(
  1. LogLevel e
)

Implementation

static int toInt(LogLevel e) => e.index;