(...args: string[])
| 13 | export interface Logger { |
| 14 | level: LogLevel; |
| 15 | debug(...args: string[]): void; |
| 16 | info(...args: string[]): void; |
| 17 | warn(...args: string[]): void; |
| 18 | error(...args: string[]): void; |
no outgoing calls
no test coverage detected