(bindings: any)
| 38 | } |
| 39 | |
| 40 | setBindings(bindings: any) { |
| 41 | expect(this.childDeep).toBeGreaterThan(0) // Ensure child logger is used |
| 42 | globalSpies.setBindings(bindings) |
| 43 | this._bindings = { ...this._bindings, ...bindings } |
| 44 | } |
| 45 | |
| 46 | bindings() { |
| 47 | return this._bindings |