1 | static void logStruct(File logFile, O o) { |
2 | logStructure(logFile, o); |
3 | } |
4 | |
5 | |
6 | |
7 | // quick version - log to file in program directory |
8 | static void logStruct(S fileName, O o) { |
9 | logStructure(fileName, o); |
10 | } |
11 | |
12 | |
13 | |
14 | static void logStruct(S progID, S fileName, O o) { |
15 | logStructure(progID, fileName, o); |
16 | } |
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: | 281 / 303 |
Referenced in: | [show references] |