(e3, ...t3)
| 5680 | } |
| 5681 | trace(e3, ...t3) { |
| 5682 | var _a; |
| 5683 | this._logLevel <= o.LogLevelEnum.TRACE && this._log(((_a = this._optionsService.options.logger) == null ? void 0 : _a.trace.bind(this._optionsService.options.logger)) ?? console.log, 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 | } |
no test coverage detected