1 | static void logStructure(File logFile, O o) {
|
2 | logQuoted(logFile, structure(o)); |
3 | } |
4 | |
5 | // quick version - log to file in program directory |
6 | static void logStructure(S fileName, O o) {
|
7 | logStructure(getProgramFile(fileName), o); |
8 | } |
9 | |
10 | static void logStructure(S progID, S fileName, O o) {
|
11 | logStructure(getProgramFile(progID, fileName), o); |
12 | } |
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: | 1053 / 1652 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |