MCPcopy Create free account
hub / github.com/6dylan6/jdpro / log

Method log

function/sendNotify.js:2530–2532  ·  view source on GitHub ↗
(...t)

Source from the content-addressed store, hash-verified

2528 i && this.logs.push(i);
2529 }
2530 log(...t) {
2531 t.length > 0 ? (this.logs = [...this.logs, ...t]) : console.log(this.logs.join(this.logSeparator));
2532 }
2533 logErr(t, s) {
2534 const e = !this.isSurge() && !this.isQuanX() && !this.isLoon();
2535 e ? $.log('', `\u2757\ufe0f${this.name}, \u9519\u8bef!`, t.stack) : $.log('', `\u2757\ufe0f${this.name}, \u9519\u8bef!`, t);

Callers 15

sendNotify.jsFile · 0.45
sendNotifyFunction · 0.45
getuuidFunction · 0.45
sendNotifybyWxPucherFunction · 0.45
GetPtPinFunction · 0.45
isLoginByX1a0HeFunction · 0.45
gotifyNotifyFunction · 0.45
gobotNotifyFunction · 0.45
serverNotifyFunction · 0.45
BarkNotifyFunction · 0.45
tgBotNotifyFunction · 0.45
ddBotNotifyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected