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

11
LINES

< > BotCompany Repo | #1011960 // logQuotedWithDate - synonym of logQuotedWithTime

JavaX fragment (include)

static void logQuotedWithDate(S s) {
  logQuotedWithTime(s);
}

static void logQuotedWithDate(S logFile, S s) {
  logQuotedWithTime(logFile, s);
}

static void logQuotedWithDate(File logFile, S s) {
  logQuotedWithTime(logFile, s);
}

Author comment

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