!752 p { File f = getNewestFile(allChatLogs()); // TODO: use the other way assertNotNull("Not chat log found", f); for (S s : scanChatLog(f)) print(indent(s)); }