MCPcopy
hub / github.com/RedPlanetHQ/core / log

Method log

apps/webapp/app/services/logger.service.ts:59–63  ·  view source on GitHub ↗
(message: string, ...args: Array<Record<string, unknown> | undefined>)

Source from the content-addressed store, hash-verified

57 }
58
59 log(message: string, ...args: Array<Record<string, unknown> | undefined>) {
60 if (this.#level < 0) return;
61
62 this.#structuredLog(console.log, message, "log", ...args);
63 }
64
65 error(message: string, ...args: Array<Record<string, unknown> | undefined>) {
66 if (this.#level < 1) return;

Callers 15

getVectorConfigMethod · 0.80
ensureIndexMethod · 0.80
sendMethod · 0.80
sendMethod · 0.80
sendPlainTextMethod · 0.80
MessageLinesFunction · 0.80
formatBytesFunction · 0.80
runTokenFunction · 0.80
runBrowserCommandFunction · 0.80
runBrowserInstallFunction · 0.80
printTurnFunction · 0.80

Calls 1

#structuredLogMethod · 0.95

Tested by

no test coverage detected