MCPcopy Index your code
hub / github.com/statsd/statsd / log

Function log

proxy.js:34–36  ·  view source on GitHub ↗
(msg, type)

Source from the content-addressed store, hash-verified

32
33 var logPrefix = "[" + process.pid + "] ";
34 var log = function(msg, type) {
35 l.log(logPrefix + msg, type);
36 };
37
38 var healthStatus = configlib.healthStatus || 'up';
39 var healthCheckInterval = config.checkInterval || 10000;

Callers 4

proxy.jsFile · 0.70
markNodeAsHealthyFunction · 0.70
markNodeAsUnhealthyFunction · 0.70
healthcheckFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected