MCPcopy Index your code
hub / github.com/Moli-X/Resources / log

Method log

Script/Hzh.js:501–503  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

499
500 // other helper functions
501 log(msg) {
502 if (this.debug) console.log(`[${this.name}] LOG: ${this.stringify(msg)}`);
503 }
504
505 info(msg) {
506 console.log(`[${this.name}] INFO: ${this.stringify(msg)}`);

Callers 15

TagCheck_QXFunction · 0.45
PatternNFunction · 0.45
index_handleFunction · 0.45
CDNFunction · 0.45
SCP2QXFunction · 0.45
policy_setsFunction · 0.45
filter_setFunction · 0.45
YAMLFixFunction · 0.45
CSSR2QXFunction · 0.45
CV2QXFunction · 0.45
replace-body.jsFile · 0.45
checkinFunction · 0.45

Calls 1

stringifyMethod · 0.45

Tested by

no test coverage detected