MCPcopy Create free account
hub / github.com/microsoft/SandDance / timeStamp

Method timeStamp

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

Source from the content-addressed store, hash-verified

58233 return this._getLogFunction(logLevel, message, console.timeEnd ? console.timeEnd : console.info);
58234 }
58235 timeStamp(logLevel, message) {
58236 return this._getLogFunction(logLevel, message, console.timeStamp || noop);
58237 }
58238 group(logLevel, message) {
58239 let opts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {
58240 collapsed: false

Callers 1

constructorMethod · 0.95

Calls 1

_getLogFunctionMethod · 0.95

Tested by

no test coverage detected