MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / log

Function log

src/lib/console.js:158–161  ·  view source on GitHub ↗
(msg, ...substitution)

Source from the content-addressed store, hash-verified

156 log("info", getStack(new Error()), ...args);
157 },
158 log(msg, ...substitution) {
159 originalConsole.log(msg, ...substitution);
160 log("log", getStack(new Error()), msg, ...substitution);
161 },
162 table(...args) {
163 originalConsole.table(...args);
164 log("log", getStack(new Error()), ...args);

Callers 15

assertFunction · 0.70
countFunction · 0.70
debugFunction · 0.70
dirFunction · 0.70
dirxmlFunction · 0.70
errorFunction · 0.70
groupFunction · 0.70
groupCollapsedFunction · 0.70
groupEndFunction · 0.70
infoFunction · 0.70
tableFunction · 0.70
timeEndFunction · 0.70

Calls 8

getStackFunction · 0.85
getElementFunction · 0.85
getBodyFunction · 0.85
parseFunctionFunction · 0.85
logMethod · 0.80
appendMethod · 0.80
formatFunction · 0.70
removeMethod · 0.45

Tested by

no test coverage detected