(message: string, properties?: Record<string, any>)
| 59 | |
| 60 | export interface TaskLogger { |
| 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>; |
no outgoing calls
no test coverage detected