disableAll static method

void disableAll()

Disable all logs (use when issue is resolved)

Implementation

static void disableAll() {
  enableProductionLogs = false;
}