disableAll static method

void disableAll()

Disable all logs

Implementation

static void disableAll() {
  _level = LogLevel.none;
}