(module: string, message: string, data?: unknown)
| 72 | } |
| 73 | |
| 74 | error(module: string, message: string, data?: unknown): void { |
| 75 | this.log('error', module, message, data); |
| 76 | } |
| 77 | |
| 78 | /** |
| 79 | * Convenience: log an error with sanitized Error object. |
no test coverage detected