1 | static void logQuotedWithTime(S s) { |
2 | logQuotedWithTime(standardLogFile(), s); |
3 | } |
4 | |
5 | static void logQuotedWithTime(File logFile, S s) { |
6 | logQuoted(logFile, logQuotedWithTime_format(s)); |
7 | } |
8 | |
9 | static void logQuotedWithTime(S logFile, S s) { |
10 | logQuoted(logFile, logQuotedWithTime_format(s)); |
11 | } |
12 | |
13 | static S logQuotedWithTime_format(S s) { |
14 | ret /*formatGMTWithDate_24*/(now()) + " " + s; |
15 | } |
Began life as a copy of #1010277
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: | #1010773 |
Snippet name: | logQuotedWithTime (and date and milliseconds) |
Eternal ID of this version: | #1010773/8 |
Text MD5: | 525e35d3c0b6dd0f833ed8d98b45b1ea |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-01-11 18:46:26 |
Source code size: | 395 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 458 / 538 |
Version history: | 7 change(s) |
Referenced in: | [show references] |