Logs a text in white
static void logInfo(String message, [bool skipWhileIntegrationTest = true]) { Console.log("\u001b[37;1m$message\u001b[0m"); }