(message: string, properties?: Record<string, any>)
| 61 | debug(message: string, properties?: Record<string, any>): Promise<void>; |
| 62 | info(message: string, properties?: Record<string, any>): Promise<void>; |
| 63 | warn(message: string, properties?: Record<string, any>): Promise<void>; |
| 64 | error(message: string, properties?: Record<string, any>): Promise<void>; |
| 65 | } |
| 66 |
no outgoing calls
no test coverage detected