()
| 108 | } |
| 109 | |
| 110 | getLogPath(): string { |
| 111 | return this.logFilePath |
| 112 | } |
| 113 | |
| 114 | private logToConsole(level: 'debug' | 'error' | 'info' | 'warn', prefix: string, message: string, ...args: unknown[]): void { |
| 115 | switch (level) { |
nothing calls this directly
no outgoing calls
no test coverage detected