MCPcopy Create free account
hub / github.com/dresende/node-orm2 / logging.js

File logging.js

test/logging.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var util = require("util");
2
3exports.info = buildMethod(process.stdout, "[i]", 34);
4exports.error = buildMethod(process.stderr, "[!]", 31);

Callers

nothing calls this directly

Calls 1

buildMethodFunction · 0.85

Tested by

no test coverage detected