MCPcopy
hub / github.com/trentm/node-bunyan / xxx

Function xxx

lib/bunyan.js:19–23  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

17
18
19var xxx = function xxx(s) { // internal dev/debug logging
20 var args = ['XX' + 'X: '+s].concat(
21 Array.prototype.slice.call(arguments, 1));
22 console.error.apply(this, args);
23};
24var xxx = function xxx() {}; // comment out to turn on debug logging
25
26

Callers 2

LoggerFunction · 0.85
bunyan.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected