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