static void logQuotedWithTime(S s) { logQuotedWithTime(standardLogFile(), s); } static void logQuotedWithTime(File logFile, S s) { logQuoted(logFile, logQuotedWithTime_format(s)); } static void logQuotedWithTime(S logFile, S s) { logQuoted(logFile, logQuotedWithTime_format(s)); } static S logQuotedWithTime_format(S s) { ret /*formatGMTWithDate_24*/(now()) + " " + s; }
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: | 459 / 539 |
Version history: | 7 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1011960 - logQuotedWithDate - synonym of logQuotedWithTime |