static void logOutput() { set(getJavaX(), "customSystemOut", new Appendable() { File logFile = getProgramFile("output.log"); // only using this one public Appendable append(CharSequence cs) { logQuoted(logFile, cs.toString()); return this; } public Appendable append(char c) { return this; } public Appendable append(CharSequence s, int start, int end) { return this; } }); }
Began life as a copy of #1000950
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
ID | Author/Program | Comment | Date |
---|---|---|---|
1201 | stefan | Do not use with autoReportToChat | 2015-12-30 00:34:13 |