(e3, ...t3)
| 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 | } |