Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1010773 // logQuotedWithTime (and date and milliseconds)

JavaX fragment (include)

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;
}

Author comment

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: 395 / 467
Version history: 7 change(s)
Referenced in: [show references]