MCPcopy Index your code
hub / github.com/codeaashu/claude-code / _log

Method _log

src/server/web/public/terminal.js:5675–5677  ·  view source on GitHub ↗
(e3, t3, i3)

Source from the content-addressed store, hash-verified

5673 this._logLevel = a[this._optionsService.rawOptions.logLevel];
5674 }
5675 _evalLazyOptionalParams(e3) {
5676 for (let t3 = 0; t3 < e3.length; t3++) "function" == typeof e3[t3] && (e3[t3] = e3[t3]());
5677 }
5678 _log(e3, t3, i3) {
5679 this._evalLazyOptionalParams(i3), e3.call(console, (this._optionsService.options.logger ? "" : "xterm.js: ") + t3, ...i3);
5680 }

Callers 5

traceMethod · 0.80
debugMethod · 0.80
infoMethod · 0.80
warnMethod · 0.80
errorMethod · 0.80

Calls 1

Tested by

no test coverage detected