Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
var
util = require(
"util"
);
2
3
exports.info = buildMethod(process.stdout,
"[i]"
, 34);
4
exports.error = buildMethod(process.stderr,
"[!]"
, 31);
Callers
nothing calls this directly
Calls
1
buildMethod
Function · 0.85
Tested by
no test coverage detected