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

Method _updateLogLevel

src/server/web/public/terminal.js:5669–5671  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5667 return this._logLevel;
5668 }
5669 constructor(e3) {
5670 super(), this._optionsService = e3, this._logLevel = o.LogLevelEnum.OFF, this._updateLogLevel(), this.register(this._optionsService.onSpecificOptionChange("logLevel", (() => this._updateLogLevel()))), h = this;
5671 }
5672 _updateLogLevel() {
5673 this._logLevel = a[this._optionsService.rawOptions.logLevel];
5674 }

Callers 1

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected