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