setLevel static method

void setLevel(
  1. Level level
)

Implementation

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