static A infoBoxAndProgramLog(A a) { S s = str(a); print("[" + localDateWithMilliseconds() + "] " + s); infoBox_noPrint(s); logQuotedWithDate(programLog(), s); ret a; }