enableAll static method

void enableAll()

Enable all logs (debug level)

Implementation

static void enableAll() {
  _level = LogLevel.debug;
}