(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 | } |
| 5675 | _evalLazyOptionalParams(e3) { |
| 5676 | for (let t3 = 0; t3 < e3.length; t3++) "function" == typeof e3[t3] && (e3[t3] = e3[t3]()); |
| 5677 | } |