static void logStruct(File logFile, O o) { logStructure(logFile, o); } // quick version - log to file in program directory static void logStruct(S fileName, O o) { logStructure(fileName, o); } static void logStruct(S progID, S fileName, O o) { logStructure(progID, fileName, o); }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020331 |
| Snippet name: | logStruct - synonym of logStructure |
| Eternal ID of this version: | #1020331/1 |
| Text MD5: | 01ff61589e250e1f797f99dd4fed5ef4 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-14 17:40:46 |
| Source code size: | 297 bytes / 16 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 607 / 637 |
| Referenced in: | [show references] |