Closed fippo closed 5 years ago
Maybe it would be better to add that logic in a single place, the trace method:
trace
function trace() { var args = Array.prototype.slice.call(arguments); if (args.length < 3) args.push(undefined); args.push(new Date().getTime()); ....
Maybe it would be better to add that logic in a single place, the
trace
method: