static void logMechListAppendLocally(S listName, S text) { if (empty(text)) ret; logStructureWithDate(mechListAppendLogFile(listName), litorderedmap(list := listName, +text)); appendToFile(createLocalMechListFile(listName), assureTrailingNewLine(text)); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1015150 |
Snippet name: | logMechListAppendLocally |
Eternal ID of this version: | #1015150/7 |
Text MD5: | 9a67bf01fc4a9dab7a4d6798dac0513a |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-15 16:15:58 |
Source code size: | 270 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 487 / 514 |
Version history: | 6 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1015174 - mechListAppendLogFile #1015335 - appendToLocalMechLog - synonym of logMechListAppendLocally |