()
| 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 | } |