MCPcopy
hub / github.com/entropic-dev/entropic / log

Method log

cli/lib/logger.js:4–6  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

2
3module.exports = class Logger {
4 static log(msg) {
5 console.log(chalk.default.yellow(msg));
6 }
7 static error(msg, stacktrace = undefined) {
8 console.log(chalk.default.red(msg));
9

Callers 15

mainFunction · 0.45
errorMethod · 0.45
unpackFunction · 0.45
mainFunction · 0.45
fetchPackageFunction · 0.45
pingFunction · 0.45
maintainershipsFunction · 0.45
listNamespaceMembershipsFunction · 0.45
membersFunction · 0.45
listPackageMaintainersFunction · 0.45
publishFunction · 0.45
whoamiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected