MCPcopy
hub / github.com/microsoft/SandDance / groupCollapsed

Method groupCollapsed

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

Source from the content-addressed store, hash-verified

58249 return this._getLogFunction(options);
58250 }
58251 groupCollapsed(logLevel, message) {
58252 let opts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
58253 return this.group(logLevel, message, Object.assign({}, opts, {
58254 collapsed: true
58255 }));
58256 }
58257 groupEnd(logLevel) {
58258 return this._getLogFunction(logLevel, "", console.groupEnd || noop);
58259 }

Callers 1

getLoggersFunction · 0.45

Calls 1

groupMethod · 0.95

Tested by

no test coverage detected