MCPcopy
hub / github.com/louislam/dockge / info

Method info

backend/log.ts:164–166  ·  view source on GitHub ↗

* Log an INFO message * @param module Module log comes from * @param msg Message to write

(module: string, msg: unknown)

Source from the content-addressed store, hash-verified

162 * @param msg Message to write
163 */
164 info(module: string, msg: unknown) {
165 this.log(module, msg, "info");
166 }
167
168 /**
169 * Log a WARN message

Callers 15

index.tsFile · 0.80
checkMethod · 0.80
passMethod · 0.80
connectMethod · 0.80
connectAllMethod · 0.80
constructorMethod · 0.80
serveMethod · 0.80
initDataDirMethod · 0.80
shutdownFunctionMethod · 0.80
finalFunctionMethod · 0.80
logMethod · 0.80
initMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected