MCPcopy Create free account
hub / github.com/codeaashu/claude-code / info

Method info

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

Source from the content-addressed store, hash-verified

5684 }
5685 debug(e3, ...t3) {
5686 var _a;
5687 this._logLevel <= o.LogLevelEnum.DEBUG && this._log(((_a = this._optionsService.options.logger) == null ? void 0 : _a.debug.bind(this._optionsService.options.logger)) ?? console.log, e3, t3);
5688 }
5689 info(e3, ...t3) {
5690 var _a;
5691 this._logLevel <= o.LogLevelEnum.INFO && this._log(((_a = this._optionsService.options.logger) == null ? void 0 : _a.info.bind(this._optionsService.options.logger)) ?? console.info, e3, t3);
5692 }

Callers

nothing calls this directly

Calls 1

_logMethod · 0.80

Tested by

no test coverage detected