enableDebugLogging static method

void enableDebugLogging([
  1. Level level = logging.Level.INFO
])

Implementation

static void enableDebugLogging([logging.Level level = logging.Level.INFO]) {
  log.level = level;
}