Searched defs:log (Results 1 – 10 of 10) sorted by relevance
19 const log = (...args)=>console.log(logPrefix,...args); function
33 const log = function(...args){ function
48 const log = (...args)=>logMsg('stdout',args); function
94 log: console.log.bind(console), property
40 const log = (...args)=>logHtml('',...args); function
110 const log = (...args)=>{ function
66 const log = (...args)=>logImpl(2, ...args); function
116 const log = (...args)=>logImpl(2, ...args); function
258 LogMark log; member301 DbLog log; /* Current layout of log file */ member
225 void (*log)(int,const char*,...); member