MCPcopy
hub / github.com/wangxinleo/wechat-public-account-push / logInfo

Function logInfo

qinglong/qinglong-push.js:69–69  ·  view source on GitHub ↗
(message, extra)

Source from the content-addressed store, hash-verified

67}
68
69const logInfo = (message, extra) => log(message, 'INFO', extra)
70const logSuccess = (message, extra) => log(message, 'SUCCESS', extra)
71const logWarning = (message, extra) => log(message, 'WARN', extra)
72const logError = (message, extra) => log(message, 'ERROR', extra)

Callers 10

validateUserConfigFunction · 0.85
getWeatherFunction · 0.85
sendPushDeerFunction · 0.85
sendToUserFunction · 0.85
getAggregatedDataFunction · 0.85
initMethod · 0.85
runMethod · 0.85
printStatsMethod · 0.85
mainFunction · 0.85

Calls 1

logFunction · 0.85

Tested by

no test coverage detected