MCPcopy Index your code
hub / github.com/microsoft/SandDance / probe

Method probe

docs/app/js/sanddance-app.js:58192–58197  ·  view source on GitHub ↗
(logLevel, message)

Source from the content-addressed store, hash-verified

58190 return this.error("`".concat(oldUsage, "` has been removed. Use `").concat(newUsage, "` instead"));
58191 }
58192 probe(logLevel, message) {
58193 return this._getLogFunction(logLevel, message, originalConsole.log, arguments, {
58194 time: true,
58195 once: true
58196 });
58197 }
58198 log(logLevel, message) {
58199 return this._getLogFunction(logLevel, message, originalConsole.debug, arguments);
58200 }

Callers

nothing calls this directly

Calls 1

_getLogFunctionMethod · 0.95

Tested by

no test coverage detected