MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / patchLogMethod

Function patchLogMethod

out/cli.cjs:75363–75367  ·  view source on GitHub ↗
(parent, child)

Source from the content-addressed store, hash-verified

75361 patchLogMethod(AzureLogger, clientRootLogger);
75362 return {
75363 error: createLogger(clientRootLogger, "error"),
75364 warning: createLogger(clientRootLogger, "warning"),
75365 info: createLogger(clientRootLogger, "info"),
75366 verbose: createLogger(clientRootLogger, "verbose")
75367 };
75368}
75369function patchLogMethod(parent, child) {
75370 child.log = (...args) => {

Callers 2

createClientLoggerFunction · 0.85
createLoggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…