static void logQuotedWithTime(S s) { logQuotedWithTime(standardLogFile(), s); } static void logQuotedWithTime(S logFile, S s) { logQuoted(logFile, formatGMTWithDate_24(now()) + " " + s); }