MCPcopy Create free account
hub / github.com/loopbackio/loopback-next / log

Function log

examples/binding-resolution/src/util.ts:69–71  ·  view source on GitHub ↗
(message: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

67}
68
69export function log(message: string, ...args: unknown[]) {
70 debug(message, ...args);
71}
72
73/**
74 * Set binding scope based on the `BINDING_SCOPE` environment variable. This is

Callers 3

loggerMethod · 0.90
loggerMethod · 0.90
givenRouterFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected