disableColors static method

void disableColors()

Disable the colors in the logs if your terminal does not support escape codes

Implementation

static void disableColors() {
  _logger.setColors(false);
}