| 1 | static void logQuotedWithDate(S s) {
 | 
| 2 | logQuotedWithTime(s); | 
| 3 | } | 
| 4 | |
| 5 | static void logQuotedWithDate(S logFile, S s) {
 | 
| 6 | logQuotedWithTime(logFile, s); | 
| 7 | } | 
| 8 | |
| 9 | static void logQuotedWithDate(File logFile, S s) {
 | 
| 10 | logQuotedWithTime(logFile, s); | 
| 11 | } | 
Began life as a copy of #1010773
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: | #1011960 | 
| Snippet name: | logQuotedWithDate - synonym of logQuotedWithTime | 
| Eternal ID of this version: | #1011960/4 | 
| Text MD5: | e80cce6edc7fd1de0704b867caa20ded | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-01-07 17:09:32 | 
| Source code size: | 243 bytes / 11 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 928 / 986 | 
| Version history: | 3 change(s) | 
| Referenced in: | [show references] |