Log outgoing request metadata before an adapter SDK call.
(message: string, meta?: Record<string, unknown>)
| 108 | |
| 109 | /** Log outgoing request metadata before an adapter SDK call. */ |
| 110 | request(message: string, meta?: Record<string, unknown>): void { |
| 111 | this.emit('debug', 'request', message, meta) |
| 112 | } |
| 113 | |
| 114 | /** |
| 115 | * Log a non-fatal misconfiguration or recoverable anomaly. Gated by the |
no test coverage detected