setLogLevel static method

void setLogLevel(
  1. Level level
)

Implementation

static void setLogLevel(Level level) {
  Logger.level = level;
}