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);
}
Disable the colors in the logs if your terminal does not support escape codes
static void disableColors() {
_logger.setColors(false);
}