(label = 'default')
| 76 | } |
| 77 | |
| 78 | override countReset(label = 'default'): void { |
| 79 | this._counters[label] = 0; |
| 80 | } |
| 81 | |
| 82 | override debug(firstArg: unknown, ...args: Array<unknown>): void { |
| 83 | this._log('debug', format(firstArg, ...args)); |
no outgoing calls
no test coverage detected