static void logStructure(File logFile, O o) { logQuoted(logFile, structure(o)); } // quick version - log to file in program directory static void logStructure(S fileName, O o) { logStructure(getProgramFile(fileName), o); } static void logStructure(S progID, S fileName, O o) { logStructure(getProgramFile(progID, fileName), o); }
Began life as a copy of #1001456
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
No comments. add comment
| Snippet ID: | #1002393 |
| Snippet name: | logStructure |
| Eternal ID of this version: | #1002393/2 |
| Text MD5: | 0f3a16f33b9c28a607808d99999e45c7 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-11 22:28:52 |
| Source code size: | 348 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1052 / 1651 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |